]> 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

1  2 
tack/.SRCINFO
tack/PKGBUILD
tack/tack.changelog

diff --combined tack/.SRCINFO
index 0000000000000000000000000000000000000000,9aa6daa162dfa0d1ddc91746f965174428b97b79..9aa6daa162dfa0d1ddc91746f965174428b97b79
mode 000000,100644..100644
--- /dev/null
@@@ -1,0 -1,18 +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 --combined tack/PKGBUILD
index 0000000000000000000000000000000000000000,801e7342a10286dd823b320d7e7fd1de46eb6fca..801e7342a10286dd823b320d7e7fd1de46eb6fca
mode 000000,100644..100644
--- /dev/null
@@@ -1,0 -1,30 +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 --combined tack/tack.changelog
index 0000000000000000000000000000000000000000,2b85f85c8df7728f0f950e2e85f5107e5a4045de..2b85f85c8df7728f0f950e2e85f5107e5a4045de
mode 000000,100644..100644
--- /dev/null
@@@ -1,0 -1,2 +1,2 @@@
+ 2013-10-20 initial PKGBUILD