New package: qprint-1.1
This commit is contained in:
parent
183ff0d9c9
commit
8187a5b484
1 changed files with 20 additions and 0 deletions
20
srcpkgs/qprint/template
Normal file
20
srcpkgs/qprint/template
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Template file for 'qprint'
|
||||
pkgname=qprint
|
||||
version=1.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
short_desc="Encode and decode Quoted-Printable files"
|
||||
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
||||
license="Public Domain"
|
||||
homepage="https://www.fourmilab.ch/webtools/qprint/"
|
||||
distfiles="https://www.fourmilab.ch/webtools/qprint/qprint-${version}.tar.gz"
|
||||
checksum=ffa9ca1d51c871fb3b56a4bf0165418348cf080f01ff7e59cd04511b9665019c
|
||||
|
||||
pre_install() {
|
||||
mkdir -p "${DESTDIR}/usr/bin"
|
||||
mkdir -p "${DESTDIR}/usr/share/man/man1"
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
}
|
Loading…
Add table
Reference in a new issue