# Maintainer: Natanael Copa pkgname=ttf-liberation pkgver=1.07.1 pkgrel=0 pkgdesc="Red Hats Liberation fonts" url="https://fedorahosted.org/liberation-fonts/" license="custom GPL2" arch="noarch" depends="" makedepends="wget" install= source="https://fedorahosted.org/releases/l/i/liberation-fonts/liberation-fonts-ttf-$pkgver.tar.gz" _builddir="$srcdir"/liberation-fonts-ttf-$pkgver build() { return 0 } package() { cd "$_builddir" install -d "$pkgdir"/usr/share/fonts/truetype/liberation cp -a *.ttf "$pkgdir"/usr/share/fonts/truetype/liberation/ } md5sums="0be45d54cc5e1c2e3102e32b8c190346 liberation-fonts-ttf-1.07.1.tar.gz"