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