vp-build/srcpkgs/stlarch-font/template

21 lines
603 B
Bash

# Template file for 'stlarch-font'
pkgname=stlarch-font
version=1.5
revision=1
noarch="yes"
makedepends="font-util"
depends="${makedepends}"
font_dirs="/usr/share/fonts/misc"
short_desc="Font with many icons"
maintainer='Juan RP <xtraeme@voidlinux.eu>'
license="GPL2"
homepage="http://sourceforge.net/projects/stlarchfont/"
distfiles="${SOURCEFORGE_SITE}"/stlarchfont/${pkgname//-/_}-${version}.tar.gz
checksum=bce5386cdc5efc1e3b5af3e26768c09a303df9fc43ed039eb82ebe8c7da803c3
wrksrc=${pkgname//-/_}-${version}
do_install() {
vinstall stlarch.pcf 644 usr/share/fonts/misc
vdoc README.stlarch README
}