summaryrefslogtreecommitdiff
path: root/tig
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2021-02-15 15:47:06 +0100
committerJuergen Daubert <jue@jue.li>2021-02-15 15:47:06 +0100
commit6b5ed7e92952b35ae2e4a1efe2e8f36975ff7e86 (patch)
tree9d12ad5e6305a8b551f56c4bdcbc396ad4ed7287 /tig
parente93c2c2fc85f6a97d6c466be899da21a29383687 (diff)
downloadcontrib-6b5ed7e92952b35ae2e4a1efe2e8f36975ff7e86.tar.gz
contrib-6b5ed7e92952b35ae2e4a1efe2e8f36975ff7e86.tar.xz
Revert "tig: deleted unmaintained port"
This reverts commit 89c9502f441e133b914e79d2480275540f18ffbf.
Diffstat (limited to 'tig')
-rw-r--r--tig/.footprint13
-rw-r--r--tig/.signature5
-rw-r--r--tig/Pkgfile18
3 files changed, 36 insertions, 0 deletions
diff --git a/tig/.footprint b/tig/.footprint
new file mode 100644
index 000000000..bcc6ebba6
--- /dev/null
+++ b/tig/.footprint
@@ -0,0 +1,13 @@
+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
new file mode 100644
index 000000000..02a808034
--- /dev/null
+++ b/tig/.signature
@@ -0,0 +1,5 @@
+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
new file mode 100644
index 000000000..25348ea54
--- /dev/null
+++ b/tig/Pkgfile
@@ -0,0 +1,18 @@
+# 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