19 lines
494 B
Bash
19 lines
494 B
Bash
# Template file for 'xmh'
|
|
pkgname=xmh
|
|
version=1.0.5
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libXaw-devel xbitmaps"
|
|
depends="nmh"
|
|
short_desc="Send and read mail with an X interface to MH"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="MIT"
|
|
homepage="http://xorg.freedesktop.org"
|
|
distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.xz"
|
|
checksum=2e8055b065e0492450a2c0bd8842b48ba7b0f0f377736a219b1752d0eec64c70
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|