summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: df2d73b9a9f5aa1c52d9e42f714a0f53a8e5148c (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
25
26
27
28
29
# Maintainer: Egor Vorontsov <sdoregor@gmail.com>

pkgname=ttf-ubuntu-mono-ligaturized-git
_pkgname=ubuntu-mono-ligaturized
_gitcommit=0539771f148c14e7ea59198efbf80d5214fd7fa7
pkgver=3.0.0
pkgrel=1
pkgdesc="Ubuntu Mono font with programming ligatures"
arch=(any)
url="https://github.com/datavis-tech/${_pkgname}"
license=(GPL)
makedepends=(git)
provides=(ttf-ubuntu-mono-ligaturized)
conflicts=(ttf-ubuntu-mono-ligaturized)
source=("git+${url}.git#commit=$_gitcommit")
sha256sums=('SKIP')

### no 3.0.0 tag yet
#pkgver() {
#	cd "${_pkgname}"
#	git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
#}
###

package() {
	cd "${_pkgname}"
	install -Dm644 *.ttf -t "${pkgdir}/usr/share/fonts/TTF"
	install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}