vp-build/srcpkgs/quilt/template

22 lines
686 B
Bash

# Template file for 'quilt'
pkgname=quilt
version=0.66
revision=2
build_style=gnu-configure
configure_args="--without-rpmbuild"
hostmakedepends="perl"
depends="patch"
short_desc="Tool for Working with Many Patches"
maintainer="Diogo Leal <diogo@diogoleal.com>"
license="GPL-2.0-only"
homepage="http://savannah.nongnu.org/projects/quilt"
distfiles="http://download.savannah.gnu.org/releases/quilt/quilt-${version}.tar.gz"
checksum=314b319a6feb13bf9d0f9ffa7ce6683b06919e734a41275087ea457cc9dc6e07
do_install() {
make BUILD_ROOT=\"$DESTDIR\" install
vmkdir usr/share/bash-completion/completions
mv ${DESTDIR}/etc/bash_completion.d/* ${DESTDIR}/usr/share/bash-completion/completions
}