18 lines
547 B
Bash
18 lines
547 B
Bash
# Template file for 'qmc2-snapshots'
|
|
pkgname=qmc2-snapshots
|
|
version=20150604
|
|
revision=1
|
|
create_wrksrc=yes
|
|
short_desc="Qt M.A.M.E. Catalog/Launcher II - snapshots"
|
|
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
|
license="GPL-2"
|
|
homepage="http://qmc2.arcadehits.net/wordpress/"
|
|
distfiles="http://distfiles.voidlinux.de/distfiles/qmc2_snapshots-${version}.tar.xz"
|
|
checksum="421815fce90013ebd8c63f9a597bca6efa360058f0de7fc50eb7770c0367d962"
|
|
noarch=yes
|
|
|
|
do_install() {
|
|
mkdir -p ${DESTDIR}/usr/share/qmc2
|
|
mv -v prv ${DESTDIR}/usr/share/qmc2
|
|
}
|