wgetpaste: initial commit
This commit is contained in:
parent
67d7f7680f
commit
94298acb8c
3
wgetpaste/.footprint
Normal file
3
wgetpaste/.footprint
Normal 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
1
wgetpaste/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
065eb84c8da7270309331fc4f81a5152 wgetpaste-2.7.bz2
|
16
wgetpaste/Pkgfile
Normal file
16
wgetpaste/Pkgfile
Normal 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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user