wgetpaste: dropped unmaintained port

This commit is contained in:
Tim Biermann 2023-09-24 09:32:53 +02:00
parent aad735f362
commit 991ca2efa7
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 23 deletions

View File

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

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF35nWmUlfFAV59h2SWh2MzitzqWdZlywb3QKdcd+vcDUph3MxTxoz5lJPUyUVgj3pVADKd96WrqDj1KzOCK/seAY=
SHA256 (Pkgfile) = f77b5c8b03d61328ba6fa6b1f05a5a4560963d8dc274d0c27f95ce924f9a1b39
SHA256 (.footprint) = cb2d1dcbc504d485563863646e153e147748c80aca333738fa42bc617a8db04a
SHA256 (wgetpaste-2.33.tar.gz) = b32a283c84dc7b35b3a803ac330c7f13a2faef404809139e3ac5fca7a44bba3e

View File

@ -1,15 +0,0 @@
# Description: Pipe commands to a pastebin site.
# URL: http://wgetpaste.zlin.dk/
# Maintainer: unmaintained
# Depends on: wget
name=wgetpaste
version=2.33
release=1
source=(https://github.com/zlin/$name/archive/$version/$name-$version.tar.gz)
build() {
cd $name-$version
install -Dm755 wgetpaste $PKG/usr/bin/wgetpaste
[ ! -e '/usr/bin/zsh' ] || install -Dm644 _wgetpaste $PKG/usr/share/zsh/site-functions/_wgetpaste
}