diff options
author | Immae <immae@immae.eu> | 2014-02-23 22:56:44 +0100 |
---|---|---|
committer | Ismaƫl Bouya <ismael.bouya@normalesup.org> | 2015-06-10 21:36:21 +0200 |
commit | 9bb5188320c69ca204e82b5ea5fef63741dcdac1 (patch) | |
tree | 2aadb923012f22978246639c9e7a5d6915edfcdd /.SRCINFO | |
download | AUR-9bb5188320c69ca204e82b5ea5fef63741dcdac1.tar.gz AUR-9bb5188320c69ca204e82b5ea5fef63741dcdac1.tar.zst AUR-9bb5188320c69ca204e82b5ea5fef63741dcdac1.zip |
tack
Initial commit
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 0000000..18350d2 --- /dev/null +++ b/.SRCINFO | |||
@@ -0,0 +1,16 @@ | |||
1 | pkgbase = tack | ||
2 | pkgdesc = A program that can be used to verify or refine a terminfo (terminal information) description of a terminal. | ||
3 | pkgver = 1.07_20130713 | ||
4 | pkgrel = 1 | ||
5 | url = http://invisible-island.net/ncurses/tack.html | ||
6 | changelog = tack.changelog | ||
7 | arch = i686 | ||
8 | arch = x86_64 | ||
9 | license = custom | ||
10 | depends = ncurses | ||
11 | provides = tack | ||
12 | source = ftp://invisible-island.net/ncurses/current/tack-1.07-20130713.tgz | ||
13 | md5sums = c79fd171415dbdce11032e6bb42aa6f6 | ||
14 | |||
15 | pkgname = tack | ||
16 | |||