void-packages/srcpkgs/abcm2ps/template
2020-12-16 17:06:57 +01:00

21 lines
623 B
Bash

# Template file for 'abcm2ps'
pkgname=abcm2ps
version=8.14.11
revision=2
build_style=configure
hostmakedepends="pkg-config python3-docutils which"
makedepends="pango-devel"
short_desc="ABC music notation software"
maintainer="lemmi <lemmi@nerd2nerd.org>"
license="GPL-3.0-or-later"
homepage="http://moinejf.free.fr/"
distfiles="https://github.com/leesavide/abcm2ps/archive/v${version}.tar.gz"
checksum=e3b538d62face623619be46b9f7b7520c113fbb1b634073e1162d526adbf3f3b
pre_configure() {
echo CC=${CC} >> custom
echo CFLAGS+=\" $CFLAGS\" >> custom
echo prefix=/usr >> custom
echo 'docdir=${prefix}/share/doc' >> custom
}