summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 31fd7abe90eb2e29ae302b075c649bbd8c7afda5 (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
# Maintainer: Roman Holovin <https://wiki.archlinux.org/index.php/Special:EmailUser/Dantix>

pkgname=ttf-weather-icons
pkgver=2.0.10
pkgrel=3

pkgdesc="Icon font with 222 weather themed icons"
url="https://erikflowers.github.io/weather-icons/"
license=('custom:"OFL"')

arch=('any')
source=("https://github.com/erikflowers/weather-icons/archive/$pkgver.tar.gz"
        "LICENSE")
sha256sums=(
  '51fc93425a61754b34ce298158de28984ad5904e58d42bbfc225704edde20d02'
  'ce243fd4a62b1b76c959ffba6ec16a7a3146b2362d441ae4f9f7f32fc3750d6c')

package() {
  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"

  cd weather-icons-$pkgver/font
  install -d "$pkgdir"/usr/share/fonts/TTF
  install -m644 *.ttf "$pkgdir"/usr/share/fonts/TTF
}