summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 1e810ff413fe69738e22e50c9ed85a0120db5f0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Maintainer: Žiga Leber <zigaleber7@gmail.com>
pkgname=ttf-pomicons
pkgver=1.0
pkgrel=1
pkgdesc='Font with symbols to talk about the "Pomodoro Technique"'
arch=('any')
url='https://github.com/gabrielelana/pomicons'
license=('CCPL')
depends=('fontconfig')
source=('https://github.com/gabrielelana/pomicons/raw/master/fonts/Pomicons.ttf')
sha256sums=('0c9fbff4598ea7bed6fa101093f8c43bebb9227d1c3a4c090293ea0b093cd905')

package() {
    install -d "${pkgdir}/usr/share/fonts/TTF/"
    install -m644 Pomicons.ttf "${pkgdir}/usr/share/fonts/TTF/"
}