[arch-commits] Commit in vis/repos/community-x86_64 (PKGBUILD PKGBUILD)

Christian Hesse eworm at archlinux.org
Thu May 14 20:08:26 UTC 2020


    Date: Thursday, May 14, 2020 @ 20:08:25
  Author: eworm
Revision: 627983

archrelease: copy trunk to community-x86_64

Added:
  vis/repos/community-x86_64/PKGBUILD
    (from rev 627982, vis/trunk/PKGBUILD)
Deleted:
  vis/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  120 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 60 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-14 20:08:14 UTC (rev 627982)
+++ PKGBUILD	2020-05-14 20:08:25 UTC (rev 627983)
@@ -1,60 +0,0 @@
-# Maintainer: Christian Hesse <mail at eworm.de>
-
-pkgname=vis
-_tag=0.5
-_commit='7648280a95954304e5e935e2cead16d836b86eda'
-pkgver=0.5.r191.g7648280
-pkgrel=1
-pkgdesc='modern, legacy free, simple yet efficient vim-like editor'
-arch=('x86_64')
-url='https://github.com/martanne/vis#vis-a-vim-like-text-editor'
-depends=('acl' 'bash' 'ncurses' 'libtermkey' 'lua' 'lua-lpeg' 'tre' 'file')
-makedepends=('git')
-checkdepends=('vim')
-license=('custom:ISC')
-backup=('etc/vis/visrc.lua')
-source=('git://github.com/martanne/vis.git?commit=${_commit}'
-        'git://github.com/martanne/vis-test.git')
-sha256sums=('SKIP'
-            'SKIP')
-
-prepare() {
-	cd vis/
-
-	git config --file=.gitmodules submodule.test.url ../vis-test/
-	git update-index --assume-unchanged .gitmodules
-	git submodule init
-	git submodule update
-}
-
-pkgver() {
-	cd vis/
-
-	printf '%s.r%s.g%s' "${_tag}" "$(git rev-list --count v${_tag}..)" "$(git rev-parse --short HEAD)"
-}
-
-build() {
-	cd vis/
-
-	./configure \
-		--prefix=/usr
-
-	make
-}
-
-check() {
-	cd vis/
-
-	make -C test/
-}
-
-package() {
-	cd vis/
-
-	make DESTDIR="${pkgdir}" install
-
-	install -D -m0644 lua/visrc.lua "${pkgdir}"/etc/vis/visrc.lua
-
-	install -D -m0644 'LICENSE' "${pkgdir}/usr/share/licenses/vis/LICENSE"
-}
-

Copied: vis/repos/community-x86_64/PKGBUILD (from rev 627982, vis/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-14 20:08:25 UTC (rev 627983)
@@ -0,0 +1,60 @@
+# Maintainer: Christian Hesse <mail at eworm.de>
+
+pkgname=vis
+_tag=0.5
+_commit='e1d81ac12835be90ff5a75aff57f73861db6ee8b'
+pkgver=0.5.r200.ge1d81ac
+pkgrel=1
+pkgdesc='modern, legacy free, simple yet efficient vim-like editor'
+arch=('x86_64')
+url='https://github.com/martanne/vis#vis-a-vim-like-text-editor'
+depends=('acl' 'bash' 'ncurses' 'libtermkey' 'lua' 'lua-lpeg' 'tre' 'file')
+makedepends=('git')
+checkdepends=('vim')
+license=('custom:ISC')
+backup=('etc/vis/visrc.lua')
+source=('git://github.com/martanne/vis.git?commit=${_commit}'
+        'git://github.com/martanne/vis-test.git')
+sha256sums=('SKIP'
+            'SKIP')
+
+prepare() {
+	cd vis/
+
+	git config --file=.gitmodules submodule.test.url ../vis-test/
+	git update-index --assume-unchanged .gitmodules
+	git submodule init
+	git submodule update
+}
+
+pkgver() {
+	cd vis/
+
+	printf '%s.r%s.g%s' "${_tag}" "$(git rev-list --count v${_tag}..)" "$(git rev-parse --short HEAD)"
+}
+
+build() {
+	cd vis/
+
+	./configure \
+		--prefix=/usr
+
+	make
+}
+
+check() {
+	cd vis/
+
+	make -C test/
+}
+
+package() {
+	cd vis/
+
+	make DESTDIR="${pkgdir}" install
+
+	install -D -m0644 lua/visrc.lua "${pkgdir}"/etc/vis/visrc.lua
+
+	install -D -m0644 'LICENSE' "${pkgdir}/usr/share/licenses/vis/LICENSE"
+}
+



More information about the arch-commits mailing list