vp-build/srcpkgs/dos2unix/template

19 lines
551 B
Bash

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