otfcc: update to 0.10.4
This commit is contained in:
parent
b48d05024a
commit
8bfec40fc6
|
@ -1,18 +1,16 @@
|
|||
# Template file for 'otfcc'
|
||||
pkgname=otfcc
|
||||
version=0.10.3alpha
|
||||
version=0.10.4
|
||||
revision=1
|
||||
_version="${version/alpha/-alpha}"
|
||||
wrksrc="${pkgname}-${_version}"
|
||||
build_style=gnu-makefile
|
||||
make_build_args="-C build/gmake"
|
||||
hostmakedepends="premake5"
|
||||
short_desc="Utility used for parsing and writing OpenType font files"
|
||||
maintainer="Renato Aguiar <renato@renag.me>"
|
||||
maintainer="Renato Aguiar <renato@renatoaguiar.net>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://github.com/caryll/otfcc"
|
||||
distfiles="https://github.com/caryll/otfcc/archive/v${_version}.tar.gz"
|
||||
checksum=81f8b9b8108c415a645e7e8a407a028531346e61fb570fec541f4aaa4703b1e3
|
||||
distfiles="https://github.com/caryll/otfcc/archive/v${version}.tar.gz"
|
||||
checksum=d9c74825ddac700eb429de31de7cb0a249636f47c6a4cc64eaa102a40966cf00
|
||||
|
||||
# Yes, there are architectures besides x86 and x64 :-P
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
|
@ -40,5 +38,4 @@ pre_build() {
|
|||
do_install() {
|
||||
vbin bin/release-${_platform}/otfccbuild
|
||||
vbin bin/release-${_platform}/otfccdump
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue