18 lines
455 B
Bash
18 lines
455 B
Bash
# Template file for 'xditview'
|
|
pkgname=xditview
|
|
version=1.0.6
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libXaw-devel"
|
|
short_desc="Display ditroff output"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="MIT"
|
|
homepage="http://xorg.freedesktop.org"
|
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.xz"
|
|
checksum=517700df205d4fdf65db182698157c959f1e7c10597670a7f45b1fcb2319819f
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|