vp-build/srcpkgs/abcm2ps/template

21 lines
616 B
Bash

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