void-packages/srcpkgs/dos2unix/template

21 lines
635 B
Bash

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