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