aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-statmake/APKBUILD
blob: 164e862451ca9cd7a2fbb49c39326ce1889eef16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Contributor: Rasmus Thomsen <oss@cogitri.dev>
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=py3-statmake
pkgver=0.2.2
pkgrel=0
pkgdesc="Applies STAT information from a Stylespace to a variable font"
url="https://github.com/daltonmaag/statmake"
arch="noarch"
license="MIT"
depends="python3 py3-cattrs"
makedepends="py3-setuptools"
options="!check" # fail locally
source="https://files.pythonhosted.org/packages/source/s/statmake/statmake-$pkgver.tar.gz"
builddir="$srcdir/statmake-$pkgver"

build() {
	python3 setup.py build
}

package() {
	python3 setup.py install --prefix=/usr --root="$pkgdir"
}

sha512sums="9cbdb4da9ae2955500e1affe40f30634b222fc162be9b55a471aaf96b6b3e064378a892037659481dd3485c0e7ecff76c34496cb52db0d83e91ff630bb6f2702  statmake-0.2.2.tar.gz"