void-packages/srcpkgs/dos2unix/template

21 lines
635 B
Bash

# Template file for 'dos2unix'
pkgname=dos2unix
version=7.5.1
revision=1
build_style=gnu-makefile
hostmakedepends="gettext"
checkdepends="perl"
short_desc="Text file format converter"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="BSD-2-Clause"
homepage="https://waterlan.home.xs4all.nl/dos2unix.html"
changelog="https://waterlan.home.xs4all.nl/dos2unix/NEWS.txt"
distfiles="https://waterlan.home.xs4all.nl/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=da07788bb2e029b0d63f6471d166f68528acd8da2cf14823a188e8a9d5c1fc15
post_install() {
rm -rf ${DESTDIR}/usr/share/doc/${pkgname}-${version}
vlicense COPYING.txt COPYING
}