tig: deleted unmaintained port

This commit is contained in:
Tim Biermann 2021-02-15 10:15:18 +00:00
parent 407c76748e
commit 89c9502f44
3 changed files with 0 additions and 36 deletions

View File

@ -1,13 +0,0 @@
drwxr-xr-x root/root etc/
-rw-r--r-- root/root etc/tigrc
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/tig
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/tig.1.gz
drwxr-xr-x root/root usr/share/man/man5/
-rw-r--r-- root/root usr/share/man/man5/tigrc.5.gz
drwxr-xr-x root/root usr/share/man/man7/
-rw-r--r-- root/root usr/share/man/man7/tigmanual.7.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3+4Nm9mrxh9d1lihpoG1RSK8P45Yg8achdIyE6Unw8Zq/96G5ar1Cksj5e1aO1fUAb0fH0PuTm/OTS5vu7EMgAY=
SHA256 (Pkgfile) = d64c0667996c36f06a30398347d10adb3184b8ce5fdbae113687901b4d416729
SHA256 (.footprint) = d515a1aa9c903166a8aa52dbc14747d06f1c59c59d1f8f4180c55602d8915e69
SHA256 (tig-2.5.1.tar.gz) = 500d5d34524f6b856edd5cae01f1404d14f3b51a9a53fd7357f4cebb3d4c9e64

View File

@ -1,18 +0,0 @@
# Description: text-mode interface for git
# URL: https://github.com/jonas/tig
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on: git
name=tig
version=2.5.1
release=1
source=(https://github.com/jonas/tig/releases/download/$name-$version/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr --sysconfdir=/etc
make
make DESTDIR=$PKG install install-doc-man
}