mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
New package: vmpk-0.7.1
This commit is contained in:
parent
9db8621d61
commit
4c82948a92
1 changed files with 23 additions and 0 deletions
23
srcpkgs/vmpk/template
Normal file
23
srcpkgs/vmpk/template
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
# Template file for 'vmpk'
|
||||||
|
pkgname=vmpk
|
||||||
|
version=0.7.1
|
||||||
|
revision=1
|
||||||
|
build_style=cmake
|
||||||
|
hostmakedepends="pkg-config libxslt docbook-xsl"
|
||||||
|
makedepends="qt5-x11extras-devel qt5-tools-devel drumstick-devel"
|
||||||
|
short_desc="MIDI events generator and receiver"
|
||||||
|
maintainer="Mohammad Amin Sameti <mamins1376@gmail.com>"
|
||||||
|
license="GPL-3.0-or-later"
|
||||||
|
homepage="http://vmpk.sourceforge.net"
|
||||||
|
distfiles="${SOURCEFORGE_SITE}/vmpk/${version}/vmpk-${version}.tar.bz2"
|
||||||
|
checksum=06d78872b8c23976cd1ed4e66ac6a3bfce93af28ce8db96c2c015cf185ce651b
|
||||||
|
|
||||||
|
if [ "$CROSS_BUILD" ]; then
|
||||||
|
hostmakedepends+=" qt5-qmake qt5-host-tools"
|
||||||
|
fi
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
for doc in NEWS ChangeLog README AUTHORS; do
|
||||||
|
vdoc $doc
|
||||||
|
done
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue