parent
d18c667929
commit
569c5feac8
1 changed files with 20 additions and 0 deletions
20
srcpkgs/iselect/template
Normal file
20
srcpkgs/iselect/template
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Template file for 'iselect'
|
||||
pkgname=iselect
|
||||
version=1.4.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="ncurses-devel"
|
||||
short_desc="Interactive line selection tool for textual files"
|
||||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||
license="GPL-2"
|
||||
homepage="http://www.ossp.org/pkg/tool/iselect/"
|
||||
distfiles="${DEBIAN_SITE}/main/${pkgname:0:1}/${pkgname}/${pkgname}_${version}.orig.tar.gz"
|
||||
checksum=5b75fc5fa5407e85fa77d2a299c4e7628c0213116809f343946e62a8a25c5b1b
|
||||
|
||||
do_install() {
|
||||
vbin iselect
|
||||
vman iselect.1
|
||||
vmkdir usr/share/${pkgname}
|
||||
vcopy example usr/share/${pkgname}
|
||||
}
|
Loading…
Add table
Reference in a new issue