New package: bdf2sfd-1.1.0

This commit is contained in:
Duncaen 2020-02-12 16:43:51 +01:00
parent 606e26e9dd
commit d5a7a6b866
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35

15
srcpkgs/bdf2sfd/template Normal file
View file

@ -0,0 +1,15 @@
# Template file for 'bdf2sfd'
pkgname=bdf2sfd
version=1.1.0
revision=1
build_style=cmake
short_desc="BDF to SFD converter to vectorize bitmap fonts"
maintainer="Duncaen <duncaen@voidlinux.org>"
license="BSD-2-clause"
homepage="https://github.com/fcambus/bdf2sfd"
distfiles="https://github.com/fcambus/bdf2sfd/archive/${version}.tar.gz"
checksum=fc04495a20bd2e1418ca06363a011ce8eec2f14e3d06215407abc0175ab49f96
post_install() {
vlicense LICENSE
}