makeself: deleted unmaintained port

This commit is contained in:
Tim Biermann 2021-03-08 19:07:48 +00:00
parent d48379b8ba
commit ccd08b90be
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 31 deletions

View File

@ -1,8 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/makeself
-rwxr-xr-x root/root usr/bin/makeself-header
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/makeself.1.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF36YGOsGYvdcp7wqYS0d9BWgQSTgNlpczx0Z1IOFkgq9cUMGiPLtVKXOhHMuFVLZntTOjW/VQ8r2IaocP6ABu5g4=
SHA256 (Pkgfile) = 98d8b043da1b57620d4e5e9671116c89e5ac372107c2596aa7ecf7254d53efb7
SHA256 (.footprint) = 168e1793cd912b795c4951672f8a4f0868c54aa3eeb477dc64ad2edea7fc08f5
SHA256 (makeself-2.4.3.run) = 2361d35ca2c3da0a2a871dd2a46f72300511518731c954097b2e51e5bb018859

View File

@ -1,18 +0,0 @@
# Description: Makeself generates self-extractable tar.gz archives
# URL: https://makeself.io
# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
# Depends on:
name=makeself
version=2.4.3
release=1
source=(https://github.com/megastep/$name/releases/download/release-$version/$name-$version.run)
build() {
sh $name-$version.run
install -d -m 0755 $PKG/usr/{bin,share/man/man1}
install -D -m 0755 $name-$version/$name.sh $PKG/usr/bin/$name
install -D -m 0755 $name-$version/$name-header.sh $PKG/usr/bin/$name-header
install -D -m 0644 $name-$version/$name.1 $PKG/usr/share/man/man1/$name.1
}