[arch-commits] Commit in vit/repos (community-any community-any/PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Wed May 22 18:53:14 UTC 2019


    Date: Wednesday, May 22, 2019 @ 18:53:13
  Author: anthraxx
Revision: 468655

archrelease: copy trunk to community-any

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

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

Copied: vit/repos/community-any/PKGBUILD (from rev 468654, vit/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2019-05-22 18:53:13 UTC (rev 468655)
@@ -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=1
+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