Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New package: vmpk-0.7.1 #14186

Merged
merged 1 commit into from Oct 4, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
23 changes: 23 additions & 0 deletions srcpkgs/vmpk/template
@@ -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
}