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

Sven-Hendrik Haase svenstaro at gemini.archlinux.org
Sun Mar 13 00:23:27 UTC 2022


    Date: Sunday, March 13, 2022 @ 00:23:27
  Author: svenstaro
Revision: 1150463

archrelease: copy trunk to community-x86_64

Added:
  libvterm/repos/community-x86_64/PKGBUILD
    (from rev 1150462, libvterm/trunk/PKGBUILD)
Deleted:
  libvterm/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-13 00:23:15 UTC (rev 1150462)
+++ PKGBUILD	2022-03-13 00:23:27 UTC (rev 1150463)
@@ -1,28 +0,0 @@
-# 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:

Copied: libvterm/repos/community-x86_64/PKGBUILD (from rev 1150462, libvterm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-13 00:23:27 UTC (rev 1150463)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at archlinux.org>
+# Contributor: Florian Walch <florian+aur at fwalch.com>
+
+pkgname=libvterm
+pkgver=0.2
+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=("https://www.leonerd.org.uk/code/libvterm/libvterm-0.2.tar.gz")
+sha256sums=('4c5150655438cfb8c57e7bd133041140857eb04defd0e544521c0e469258e105')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  make PREFIX=/usr
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  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