]> git.immae.eu Git - perso/Immae/Config/AUR.git/commitdiff
Add 'tack/' from commit 'b7edec96367f05b641c80163a8e7be8425631bdd'
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Thu, 14 Feb 2019 13:19:30 +0000 (14:19 +0100)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Thu, 14 Feb 2019 13:19:30 +0000 (14:19 +0100)
git-subtree-dir: tack
git-subtree-mainline: 402d8bae8610c14c63740deff96a7293355a1704
git-subtree-split: b7edec96367f05b641c80163a8e7be8425631bdd

tack/.SRCINFO [new file with mode: 0644]
tack/PKGBUILD [new file with mode: 0644]
tack/tack.changelog [new file with mode: 0644]

diff --git a/tack/.SRCINFO b/tack/.SRCINFO
new file mode 100644 (file)
index 0000000..9aa6daa
--- /dev/null
@@ -0,0 +1,18 @@
+# Generated by mksrcinfo v8
+# Thu Feb 14 10:42:54 UTC 2019
+pkgbase = tack
+       pkgdesc = A program that can be used to verify or refine a terminfo (terminal information) description of a terminal.
+       pkgver = 1.08
+       pkgrel = 1
+       url = http://invisible-island.net/ncurses/tack.html
+       changelog = tack.changelog
+       arch = i686
+       arch = x86_64
+       license = custom
+       depends = ncurses
+       provides = tack
+       source = https://invisible-mirror.net/archives/ncurses/tack-1.08.tgz
+       sha512sums = 66dd4bb868087e6a8666119d32c873c8722453fe99d3eb58ab645aa0552771cca5d26f8b1fcccaf095d0316bceb011a49bc24a3b06fafc72cb2f59d251ec71d7
+
+pkgname = tack
+
diff --git a/tack/PKGBUILD b/tack/PKGBUILD
new file mode 100644 (file)
index 0000000..801e734
--- /dev/null
@@ -0,0 +1,30 @@
+# Contributor: Immae <ismael.bouya@normalesup.org>
+# Maintainer: Immae <ismael.bouya@normalesup.org>
+
+pkgname=tack
+pkgver=1.08
+pkgrel=1
+pkgdesc="A program that can be used to verify or refine a terminfo (terminal information) description of a terminal."
+arch=('i686' 'x86_64')
+url="http://invisible-island.net/ncurses/tack.html"
+license=('custom')
+changelog="$pkgname.changelog"
+provides=('tack')
+depends=('ncurses')
+source=("https://invisible-mirror.net/archives/ncurses/${pkgname}-${pkgver}.tgz")
+sha512sums=('66dd4bb868087e6a8666119d32c873c8722453fe99d3eb58ab645aa0552771cca5d26f8b1fcccaf095d0316bceb011a49bc24a3b06fafc72cb2f59d251ec71d7')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --bindir=/usr/bin
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+
+
diff --git a/tack/tack.changelog b/tack/tack.changelog
new file mode 100644 (file)
index 0000000..2b85f85
--- /dev/null
@@ -0,0 +1,2 @@
+2013-10-20 initial PKGBUILD
+