summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 7c67805aeca3dc19c508493c0161337a39b1e711 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: Caleb Maclennan <caleb@alerque.com>

pkgname=set-unicoderange
pkgver=0.1.0
pkgrel=2
pkgdesc='automatically set OpenType OS/2 table Unicode range bit flags in fonts '
arch=(any)
url="https://github.com/source-foundry/$pkgname"
license=(Apache)
depends=(python
         python-fonttools)
_archive="$pkgname-$pkgver"
source=("$_archive.tar.gz::$url/archive/v$pkgver.tar.gz")
sha256sums=('330cc50d36558b86f685a6f3fbea1b3d31990bf06bb7c9e5ad9fadf64d649bd1')

package() {
	cd "$_archive"
	install -Dm0755 -t "$pkgdir/usr/bin/$pkgname/" "src/$pkgname.py"
	install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE
}