[arch-commits] Commit in libvterm/repos (4 files)

Sven-Hendrik Haase svenstaro at archlinux.org
Mon Nov 2 17:25:25 UTC 2015


    Date: Monday, November 2, 2015 @ 18:25:25
  Author: svenstaro
Revision: 145685

archrelease: copy trunk to community-i686, community-x86_64

Added:
  libvterm/repos/community-i686/
  libvterm/repos/community-i686/PKGBUILD
    (from rev 145684, libvterm/trunk/PKGBUILD)
  libvterm/repos/community-x86_64/
  libvterm/repos/community-x86_64/PKGBUILD
    (from rev 145684, libvterm/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   29 +++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   29 +++++++++++++++++++++++++++++
 2 files changed, 58 insertions(+)

Copied: libvterm/repos/community-i686/PKGBUILD (from rev 145684, libvterm/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-11-02 17:25:25 UTC (rev 145685)
@@ -0,0 +1,29 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Florian Walch <florian+aur at fwalch.com>
+
+pkgname=libvterm
+_git=c4317a6
+pkgver=0.1.git1.${_git}
+pkgrel=1
+pkgdesc='Abstract library implementation of a VT220/xterm/ECMA-48 terminal emulator'
+arch=('i686' 'x86_64')
+url='http://www.leonerd.org.uk/code/libvterm'
+license=('MIT')
+makedepends=('git')
+conflicts=('libvterm')
+provides=("libvterm=${pkgver}")
+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 145684, libvterm/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-11-02 17:25:25 UTC (rev 145685)
@@ -0,0 +1,29 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Florian Walch <florian+aur at fwalch.com>
+
+pkgname=libvterm
+_git=c4317a6
+pkgver=0.1.git1.${_git}
+pkgrel=1
+pkgdesc='Abstract library implementation of a VT220/xterm/ECMA-48 terminal emulator'
+arch=('i686' 'x86_64')
+url='http://www.leonerd.org.uk/code/libvterm'
+license=('MIT')
+makedepends=('git')
+conflicts=('libvterm')
+provides=("libvterm=${pkgver}")
+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