wgetpaste: initial commit

This commit is contained in:
Danny Rawlins 2007-12-03 13:09:08 +11:00
parent 67d7f7680f
commit 94298acb8c
3 changed files with 20 additions and 0 deletions

3
wgetpaste/.footprint Normal file
View File

@ -0,0 +1,3 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/wgetpaste

1
wgetpaste/.md5sum Normal file
View File

@ -0,0 +1 @@
065eb84c8da7270309331fc4f81a5152 wgetpaste-2.7.bz2

16
wgetpaste/Pkgfile Normal file
View File

@ -0,0 +1,16 @@
# Description: Pipe commands to paste to a site.
# URL: http://wgetpaste.zlin.dk/
# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
# Packager: Danny Rawlins, romster at shortcircuit dot net dot au
# Depends on:
name=wgetpaste
version=2.7
release=1
source=(http://wgetpaste.zlin.dk/wgetpaste-$version.bz2)
build() {
bunzip2 $SRC/wgetpaste-$version.bz2
install -D -m 0755 wgetpaste-$version $PKG/usr/bin/wgetpaste
}