diff options
| author | Rasmus Thomsen <oss@cogitri.dev> | 2020-01-04 17:18:04 +0100 |
|---|---|---|
| committer | Rasmus Thomsen <oss@cogitri.dev> | 2020-01-04 18:09:47 +0100 |
| commit | 0e10f7c03a20d762aadd22bfea4b3bf1987927ab (patch) | |
| tree | f338dbbb5c1c83078151efa4d1c606fed38a9d8d /testing | |
| parent | c039441b73636ad7a28f0fc4b4943a32d43ebb62 (diff) | |
| download | aports-0e10f7c03a20d762aadd22bfea4b3bf1987927ab.tar.bz2 aports-0e10f7c03a20d762aadd22bfea4b3bf1987927ab.tar.xz | |
testing/psautohint: new aport
https://github.com/adobe-type-tools/psautohint
A standalone version of AFDKO's autohinter
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/psautohint/APKBUILD | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/testing/psautohint/APKBUILD b/testing/psautohint/APKBUILD new file mode 100644 index 0000000000..d4a2730c61 --- /dev/null +++ b/testing/psautohint/APKBUILD @@ -0,0 +1,26 @@ +# Contributor: Rasmus Thomsen <oss@cogitri.dev> +# Maintainer: Rasmus Thomsen <oss@cogitri.dev> +pkgname=psautohint +pkgver=2.0.0 +pkgrel=0 +pkgdesc="A standalone version of AFDKO's autohinter" +url="https://github.com/adobe-type-tools/psautohint" +arch="all !s390x" # ufo2ft +license="Apache-2.0" +depends="python3 py3-fonttools py3-lxml py3-statmake py3-ufo2ft" +makedepends="py3-setuptools python3-dev" +source="https://github.com/adobe-type-tools/psautohint/releases/download/v$pkgver/psautohint-$pkgver.zip" + +build() { + python3 setup.py build +} + +check() { + python3 setup.py test +} + +package() { + python3 setup.py install --prefix=/usr --root="$pkgdir" +} + +sha512sums="26f8c210f41bb4ad0c6f6b6f55713aed643dddd11c6754c67af57cfcac40f20634fd27a7ab62bc701c348e0ed183959773c925b76b411c3e0e4b41c18b6731dd psautohint-2.0.0.zip" |
