17 lines
519 B
Bash
17 lines
519 B
Bash
# Template file for 'xfd'
|
|
pkgname=xfd
|
|
version=1.1.3
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libXaw-devel freetype-devel libXft-devel libxkbfile-devel"
|
|
short_desc="Display all the characters in an X font"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://wiki.freedesktop.org/xorg/"
|
|
distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.bz2"
|
|
checksum=192f938ba5830e84cc807d8ead2ad9655b43eaed6500c830f3e083aad10ed958
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|