18 lines
465 B
Bash
18 lines
465 B
Bash
# Template file for 'listres'
|
|
pkgname=listres
|
|
version=1.0.6
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libXaw-devel"
|
|
short_desc="List resources in Xaw widgets"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="MIT"
|
|
homepage="https://xorg.freedesktop.org"
|
|
distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.xz"
|
|
checksum=4d1c53efd69ba654f2877e1577e994c78874b0512fa1b0666cffcf452aee43ca
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|