New package: otf2bdf-3.1
This commit is contained in:
parent
774ae575ab
commit
01b6b34bca
1 changed files with 19 additions and 0 deletions
19
srcpkgs/otf2bdf/template
Normal file
19
srcpkgs/otf2bdf/template
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Template file for 'otf2bdf'
|
||||
pkgname=otf2bdf
|
||||
version=3.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
makedepends="freetype-devel"
|
||||
short_desc="OpenType to BDF Converter"
|
||||
maintainer="Duncaen <duncaen@voidlinux.eu>"
|
||||
license="MIT"
|
||||
homepage="https://web.archive.org/web/20171026195930/https://www.math.nmsu.edu/~mleisher/Software/otf2bdf/"
|
||||
distfiles="http://deb.debian.org/debian/pool/main/o/otf2bdf/otf2bdf_${version}.orig.tar.gz"
|
||||
checksum=61370b8613867386ad5b7b331a403a674e684020830b0eb83bb004a452abfada
|
||||
|
||||
do_install() {
|
||||
sed -n '1,21p' otf2bdf.c >COPYING
|
||||
vlicense COPYING
|
||||
vbin otf2bdf
|
||||
vman otf2bdf.man otf2bdf.1
|
||||
}
|
Loading…
Reference in a new issue