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