void-packages/srcpkgs/xlbiff/template
2021-11-13 19:23:18 +01:00

22 lines
596 B
Bash

# Template file for 'xlbiff'
pkgname=xlbiff
version=4.5.3
revision=1
build_style=gnu-configure
configure_args="--with-xmhformdir=/etc/nmh"
hostmakedepends="automake"
makedepends="libX11-devel libXaw-devel libXrandr-devel"
short_desc="X Literate Biff, a mail notifier"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="MIT"
homepage="http://www.edsantiago.com/xlbiff/"
distfiles="https://github.com/edsantiago/xlbiff/archive/${version}.tar.gz"
checksum=16ff629d278d52d049eae0e020740e765c8ab1252635876352e866823c58839d
pre_configure() {
autoreconf -fi
}
post_install() {
vlicense COPYING
}