[arch-commits] Commit in vit/repos (2 files)

Felix Yan felixonmars at archlinux.org
Tue Jul 7 13:37:00 UTC 2020


    Date: Tuesday, July 7, 2020 @ 13:36:59
  Author: felixonmars
Revision: 658536

archrelease: copy trunk to community-staging-any

Added:
  vit/repos/community-staging-any/
  vit/repos/community-staging-any/PKGBUILD
    (from rev 658534, vit/trunk/PKGBUILD)

----------+
 PKGBUILD |   27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

Copied: vit/repos/community-staging-any/PKGBUILD (from rev 658534, vit/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-07-07 13:36:59 UTC (rev 658536)
@@ -0,0 +1,27 @@
+# Maintainer: Levente Polyak <levente[at]leventepolyak[dot]net>
+# Contributor: Ivan Sichmann Freitas <ivansichfreitas at gmail.com>
+
+pkgname=vit
+pkgver=1.3
+pkgrel=2
+pkgdesc='Terminal interface for Taskwarrior with Vim key bindings and colorization'
+url='https://github.com/scottkosty/vit'
+arch=('any')
+license=('GPL3')
+depends=('perl-curses' 'perl-try-tiny' 'perl-text-charwidth' 'task')
+source=(https://github.com/scottkosty/vit/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('a53021cfbcc1b1a492f630650e7e798d2361beb312d33ee15840e8209c8414c9')
+sha512sums=('45ae4a1d08560d534a02a046d2fcf55c5401f9aaab0abcfbd13070fee28854268ba327018aea40317a184b9e28b074973f5d3e4169a479227e94b8401f066527')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list