[arch-commits] Commit in libvterm/repos/community-x86_64 (PKGBUILD PKGBUILD)
Sven-Hendrik Haase
svenstaro at archlinux.org
Thu May 14 21:41:27 UTC 2020
Date: Thursday, May 14, 2020 @ 21:41:26
Author: svenstaro
Revision: 627995
archrelease: copy trunk to community-x86_64
Added:
libvterm/repos/community-x86_64/PKGBUILD
(from rev 627994, libvterm/trunk/PKGBUILD)
Deleted:
libvterm/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 56 ++++++++++++++++++++++++++++----------------------------
1 file changed, 28 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-05-14 21:41:20 UTC (rev 627994)
+++ PKGBUILD 2020-05-14 21:41:26 UTC (rev 627995)
@@ -1,28 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Florian Walch <florian+aur at fwalch.com>
-
-pkgname=libvterm
-_git=4a5fa43
-pkgver=0.1.git5.${_git}
-pkgrel=1
-pkgdesc='Abstract library implementation of a VT220/xterm/ECMA-48 terminal emulator'
-arch=('x86_64')
-url='https://github.com/neovim/libvterm'
-license=('MIT')
-depends=('glibc')
-makedepends=('git')
-source=("git+https://github.com/neovim/libvterm.git#commit=${_git}")
-sha256sums=('SKIP')
-
-build() {
- cd "${pkgname}"
- make PREFIX=/usr
-}
-
-package() {
- cd "${pkgname}"
- make PREFIX=/usr DESTDIR="${pkgdir}" install
- install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim:set sw=2 sts=2 et:
Copied: libvterm/repos/community-x86_64/PKGBUILD (from rev 627994, libvterm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-05-14 21:41:26 UTC (rev 627995)
@@ -0,0 +1,28 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Florian Walch <florian+aur at fwalch.com>
+
+pkgname=libvterm
+_git=65dbda
+pkgver=0.1.3.git1.${_git}
+pkgrel=1
+pkgdesc='Abstract library implementation of a VT220/xterm/ECMA-48 terminal emulator'
+arch=('x86_64')
+url='https://github.com/neovim/libvterm'
+license=('MIT')
+depends=('glibc')
+makedepends=('git')
+source=("git+https://github.com/neovim/libvterm.git#commit=${_git}")
+sha256sums=('SKIP')
+
+build() {
+ cd "${pkgname}"
+ make PREFIX=/usr
+}
+
+package() {
+ cd "${pkgname}"
+ make PREFIX=/usr DESTDIR="${pkgdir}" install
+ install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set sw=2 sts=2 et:
More information about the arch-commits
mailing list