2011-04-13 21:19:47 +10:00
|
|
|
# Description: Pipe commands to a pastebin site.
|
2007-12-03 13:09:08 +11:00
|
|
|
# URL: http://wgetpaste.zlin.dk/
|
2014-11-10 23:28:07 +11:00
|
|
|
# Maintainer: Danny Rawlins, crux at romster dot me
|
2007-12-03 13:09:08 +11:00
|
|
|
|
|
|
|
name=wgetpaste
|
2021-06-27 20:14:37 +00:00
|
|
|
version=2.32
|
2012-05-02 12:55:21 +10:00
|
|
|
release=1
|
2020-08-01 13:25:58 +10:00
|
|
|
source=(https://github.com/zlin/$name/archive/$version/$name-$version.tar.gz)
|
2007-12-03 13:09:08 +11:00
|
|
|
|
|
|
|
build() {
|
2009-06-20 13:38:55 +10:00
|
|
|
cd $name-$version
|
2020-08-01 13:25:58 +10:00
|
|
|
install -Dm755 wgetpaste $PKG/usr/bin/wgetpaste
|
|
|
|
[ ! -e '/usr/bin/zsh' ] || install -Dm644 _wgetpaste $PKG/usr/share/zsh/site-functions/_wgetpaste
|
2007-12-03 13:09:08 +11:00
|
|
|
}
|