Sascha Paunovic 26ece7e0b5 testing/font-overpass: upgrade to 3.0.3
- remove unused variables
- remove unnecessary build()
- fix build by creating the install directory first
- take maintainership
2018-07-18 07:47:59 +00:00

29 lines
868 B
Plaintext

# Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Maintainer: Sascha Paunovic <azarus@posteo.net>
pkgname=font-overpass
pkgver=3.0.3
pkgrel=0
pkgdesc="Overpass open source web font family"
url="http://overpassfont.org/"
arch="noarch"
license="OFL-1.1"
depends="fontconfig"
options="!check" # no test suite
source="Overpass-$pkgver.tar.gz::https://github.com/RedHatBrand/Overpass/archive/$pkgver.tar.gz"
builddir="$srcdir/Overpass-$pkgver"
build() {
return 0
}
package() {
cd "$builddir"
mkdir -p "$pkgdir"/usr/share/fonts/OTF
install -Dm644 desktop-fonts/overpass/*.otf \
"$pkgdir"/usr/share/fonts/OTF
install -Dm644 desktop-fonts/overpass-mono/*.otf \
"$pkgdir"/usr/share/fonts/OTF
}
sha512sums="d2a3284f6f82e80e46af23064a374da2926a3563ee668683aa1a8db7a9163cc80c4fa8a3077876dc552a36e9d621c45218df44485b7b6a6adc3fc6df62c448d0 Overpass-3.0.3.tar.gz"