18 lines
570 B
Bash
18 lines
570 B
Bash
# Template file for 'dateutils'
|
|
pkgname=dateutils
|
|
version=0.4.1
|
|
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=6ccce48975fc4d3af2e27c7893e181c46ab5df1cb37e4a428b4b521a77d55278
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
rm ${DESTDIR}/usr/share/doc/${pkgname}/LICENSE
|
|
}
|