18 lines
526 B
Bash
18 lines
526 B
Bash
# Template file for 'xfd'
|
|
pkgname=xfd
|
|
version=1.1.4
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="gettext 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.xz"
|
|
checksum=d5470ffb66fd45a1e1b03d6df01f12d4caf0cf675cde0345cda237243e9076fd
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|