Date: Monday, July 6, 2020 @ 01:46:56 Author: freswa Revision: 657948
ttf-monofur: move from unsupported to community Added: ttf-monofur/ ttf-monofur/repos/ ttf-monofur/trunk/ ttf-monofur/trunk/PKGBUILD ----------+ PKGBUILD | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) Added: ttf-monofur/trunk/PKGBUILD =================================================================== --- ttf-monofur/trunk/PKGBUILD (rev 0) +++ ttf-monofur/trunk/PKGBUILD 2020-07-06 01:46:56 UTC (rev 657948) @@ -0,0 +1,17 @@ +# Maintainer: Frederik Schwan <freswa at archlinux dot org> +# Contributor: TDY <t...@archlinux.info> + +pkgname=ttf-monofur +pkgver=1.0 +pkgrel=7 +pkgdesc='A monospaced font derived from the eurofurence typeface family' +arch=('any') +url='https://www.dafont.com/monofur.font' +license=('custom') +source=(monof_tt.zip::https://img.dafont.com/dl/?f=monofur) +b2sums=('4c16bbf3aded140d3e59f201cca868ef2a26e39fe757ec5a01674b2f7be2277e13bd2e76a644584d537a185049b29873785656113c0ce10cc90580fd4e239b2a') + +package() { + install -Dm644 -t "${pkgdir}"/usr/share/fonts/TTF/ monof55.ttf monof56.ttf + install -Dm644 monof_tt.txt "${pkgdir}"/usr/share/licenses/${pkgname}/license.txt +}