void-packages/srcpkgs/dos2unix/template

21 lines
635 B
Bash

# Template file for 'dos2unix'
pkgname=dos2unix
version=7.5.2
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=264742446608442eb48f96c20af6da303cb3a92b364e72cb7e24f88239c4bf3a
post_install() {
rm -rf ${DESTDIR}/usr/share/doc/${pkgname}-${version}
vlicense COPYING.txt COPYING
}