17 lines
570 B
Bash
17 lines
570 B
Bash
# Template file for 'dateutils'
|
|
pkgname=dateutils
|
|
version=0.4.0
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="ax_cv_zoneinfo_tzdir=/usr/share/zoneinfo"
|
|
short_desc="Nifty command line date and time utilities"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="BSD"
|
|
homepage="http://www.fresse.org/dateutils/"
|
|
distfiles="https://bitbucket.org/hroptatyr/dateutils/downloads/${pkgname}-${version}.tar.xz"
|
|
checksum=d05af02bc60a82bdc21c0ac4779f1040f631b0a1233ed15c4f69a80d3dad23da
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
rm ${DESTDIR}/usr/share/doc/${pkgname}/LICENSE
|
|
}
|