void-packages/srcpkgs/qmc2-flyers/template
Jürgen Buchmüller 4aa1192289 qmc2: fix download location
+ split flyers and snapshots into separate packages
2015-08-16 04:01:29 +02:00

18 lines
535 B
Bash

# Template file for 'qmc2-flyers'
pkgname=qmc2-flyers
version=20150604
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/distfiles/qmc2_flyers-${version}.tar.xz"
checksum="e36ecd9eaef60f94207fad8cdc323b114fbd9581feeb03de437df8146dd6cf8e"
noarch=yes
do_install() {
mkdir -p ${DESTDIR}/usr/share/qmc2
mv -v fly ${DESTDIR}/usr/share/qmc2
}