contrib/wgetpaste/Pkgfile

15 lines
431 B
Plaintext
Raw Normal View History

# Description: Pipe commands to a pastebin site.
2007-12-03 03:09:08 +01:00
# URL: http://wgetpaste.zlin.dk/
2014-11-10 13:28:07 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
2007-12-03 03:09:08 +01:00
name=wgetpaste
2020-08-01 05:25:58 +02:00
version=2.30
2012-05-02 04:55:21 +02:00
release=1
2020-08-01 05:25:58 +02:00
source=(https://github.com/zlin/$name/archive/$version/$name-$version.tar.gz)
2007-12-03 03:09:08 +01:00
build() {
2009-06-20 05:38:55 +02:00
cd $name-$version
2020-08-01 05:25:58 +02: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 03:09:08 +01:00
}