summaryrefslogtreecommitdiff
path: root/tig
diff options
context:
space:
mode:
Diffstat (limited to 'tig')
-rw-r--r--tig/.footprint13
-rw-r--r--tig/.signature5
-rw-r--r--tig/Pkgfile18
3 files changed, 0 insertions, 36 deletions
diff --git a/tig/.footprint b/tig/.footprint
deleted file mode 100644
index bcc6ebba6..000000000
--- a/tig/.footprint
+++ /dev/null
@@ -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
diff --git a/tig/.signature b/tig/.signature
deleted file mode 100644
index 02a808034..000000000
--- a/tig/.signature
+++ /dev/null
@@ -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
diff --git a/tig/Pkgfile b/tig/Pkgfile
deleted file mode 100644
index 25348ea54..000000000
--- a/tig/Pkgfile
+++ /dev/null
@@ -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
-}

Generated by cgit