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