void-packages/srcpkgs/bdf2sfd/template
2020-06-16 16:09:57 +02:00

16 lines
516 B
Bash

# Template file for 'bdf2sfd'
pkgname=bdf2sfd
version=1.1.2
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"
changelog="https://github.com/fcambus/bdf2sfd/raw/master/ChangeLog"
distfiles="https://github.com/fcambus/bdf2sfd/archive/${version}.tar.gz"
checksum=29d737c47834e32205d145e069cefd7ba1ec6a405b42db9fb86e88bdb218f9de
post_install() {
vlicense LICENSE
}