18 lines
444 B
Bash
18 lines
444 B
Bash
# Template file for 'xwud'
|
|
pkgname=xwud
|
|
version=1.0.6
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libX11-devel"
|
|
short_desc="Image displayer for X"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="http://xorg.freedesktop.org"
|
|
distfiles="${XORG_SITE}/app/xwud-${version}.tar.gz"
|
|
checksum=262171b0c434966ddbbe8a54afb9615567ad74d4cc2e823e14e51e099ec3ab0d
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|