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