[arch-commits] Commit in vis/repos/community-x86_64 (PKGBUILD PKGBUILD)
Christian Hesse
eworm at archlinux.org
Fri Mar 20 14:22:37 UTC 2020
Date: Friday, March 20, 2020 @ 14:22:37
Author: eworm
Revision: 601700
archrelease: copy trunk to community-x86_64
Added:
vis/repos/community-x86_64/PKGBUILD
(from rev 601699, vis/trunk/PKGBUILD)
Deleted:
vis/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 120 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 60 insertions(+), 60 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-20 14:22:31 UTC (rev 601699)
+++ PKGBUILD 2020-03-20 14:22:37 UTC (rev 601700)
@@ -1,60 +0,0 @@
-# Maintainer: Christian Hesse <mail at eworm.de>
-
-pkgname=vis
-_tag=0.5
-_commit='dc5c1166abc29b6634649eb9872908acdc18c52e'
-pkgver=0.5.r176.gdc5c116
-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 601699, vis/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-20 14:22:37 UTC (rev 601700)
@@ -0,0 +1,60 @@
+# Maintainer: Christian Hesse <mail at eworm.de>
+
+pkgname=vis
+_tag=0.5
+_commit='08a550deac6f55f32f131f66992994b3944011ce'
+pkgver=0.5.r181.g08a550d
+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