17 lines
437 B
Bash
17 lines
437 B
Bash
# Template build file for 'font-alias'.
|
|
pkgname=font-alias
|
|
version=1.0.3
|
|
revision=3
|
|
noarch="yes"
|
|
build_style=gnu-configure
|
|
short_desc="Standard aliases for X11 PCF fonts"
|
|
license="MIT"
|
|
homepage="http://xorg.freedesktop.org/"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
|
|
checksum=8b453b2aae1cfa8090009ca037037b8c5e333550651d5a158b7264ce1d472c9a
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|