CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
wgetpaste: updated to 2.16
[attic/ports/opt-cross.git] / wgetpaste / Pkgfile
CommitLineData
4b759057
VM
1# Description: Pipe commands to paste to a site.
2# URL: http://wgetpaste.zlin.dk/
3# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
38b50d66 4# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
4b759057
VM
5# Depends on: bash
6
7name=wgetpaste
128dbec3 8version=2.16
4b759057
VM
9release=1
10source=(http://wgetpaste.zlin.dk/$name-$version.tar.bz2)
11
12build() {
13 # adjust including files as per http://wgetpaste.zlin.dk/inst.bash
14 cd $name-$version
15 install -d $PKG/usr/bin
16 cat $name _$name > $PKG/usr/bin/$name
17 chmod +x $PKG/usr/bin/$name
18}