[arch-commits] Commit in unibilium/repos (2 files)

Christian Hesse eworm at archlinux.org
Tue Mar 3 13:07:43 UTC 2020


    Date: Tuesday, March 3, 2020 @ 13:07:42
  Author: eworm
Revision: 589646

archrelease: copy trunk to community-testing-x86_64

Added:
  unibilium/repos/community-testing-x86_64/
  unibilium/repos/community-testing-x86_64/PKGBUILD
    (from rev 589645, unibilium/trunk/PKGBUILD)

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

Copied: unibilium/repos/community-testing-x86_64/PKGBUILD (from rev 589645, unibilium/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2020-03-03 13:07:42 UTC (rev 589646)
@@ -0,0 +1,26 @@
+
+pkgname=unibilium
+pkgver=2.1.0
+pkgrel=1
+pkgdesc='A terminfo parsing library'
+arch=('x86_64')
+url='https://github.com/neovim/unibilium'
+depends=('glibc')
+license=('LGPL3')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/neovim/unibilium/archive/v$pkgver.tar.gz")
+sha256sums=('05bf97e357615e218126f7ac086e7056a23dc013cfac71643b50a18ad390c7d4')
+
+build() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make test
+}
+
+package() {
+  cd $pkgname-$pkgver
+  DESTDIR="$pkgdir" make install PREFIX=/usr
+}



More information about the arch-commits mailing list