16 lines
516 B
Bash
16 lines
516 B
Bash
# Template file for 'bdf2sfd'
|
|
pkgname=bdf2sfd
|
|
version=1.1.6
|
|
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=c9e8d675e5c5f4b40dfa4645db5d1133bcb526a3b7faf75bdfe613cf22003699
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|