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

Sven-Hendrik Haase svenstaro at gemini.archlinux.org
Sun Apr 17 14:31:17 UTC 2022


    Date: Sunday, April 17, 2022 @ 14:31:17
  Author: svenstaro
Revision: 1186888

archrelease: copy trunk to community-x86_64

Added:
  libvterm01/repos/community-x86_64/
  libvterm01/repos/community-x86_64/PKGBUILD
    (from rev 1186887, libvterm01/trunk/PKGBUILD)

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

Copied: libvterm01/repos/community-x86_64/PKGBUILD (from rev 1186887, libvterm01/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2022-04-17 14:31:17 UTC (rev 1186888)
@@ -0,0 +1,28 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at archlinux.org>
+# Contributor: Florian Walch <florian+aur at fwalch.com>
+
+pkgname=libvterm01
+pkgver=0.1.4
+pkgrel=1
+pkgdesc='Abstract library implementation of a VT220/xterm/ECMA-48 terminal emulator'
+arch=('x86_64')
+url='https://www.leonerd.org.uk/code/libvterm/'
+license=('MIT')
+depends=('glibc')
+provides=('libvterm')
+conflicts=('libvterm')
+source=("https://www.leonerd.org.uk/code/libvterm/libvterm-${pkgver}.tar.gz")
+sha256sums=('bc70349e95559c667672fc8c55b9527d9db9ada0fb80a3beda533418d782d3dd')
+
+build() {
+  cd "libvterm-${pkgver}"
+  make PREFIX=/usr
+}
+
+package() {
+  cd "libvterm-${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