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

Alexander Rødseth arodseth at archlinux.org
Fri Mar 29 14:11:39 UTC 2019


    Date: Friday, March 29, 2019 @ 14:11:38
  Author: arodseth
Revision: 446017

archrelease: copy trunk to community-x86_64

Added:
  fesvr/repos/community-x86_64/PKGBUILD
    (from rev 446016, fesvr/trunk/PKGBUILD)

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

Copied: fesvr/repos/community-x86_64/PKGBUILD (from rev 446016, fesvr/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-03-29 14:11:38 UTC (rev 446017)
@@ -0,0 +1,26 @@
+pkgname=fesvr
+pkgver=0.0
+pkgrel=1
+pkgdesc='RISC-V Frontend Server'
+arch=(x86_64)
+url='https://github.com/riscv/riscv-fesvr'
+license=(BSD)
+groups=(risc-v)
+makedepends=(git)
+source=('git+https://github.com/riscv/riscv-fesvr#commit=0e1163515c2d43ce0e72')
+md5sums=('SKIP')
+
+build() {
+  cd riscv-$pkgname
+  ./configure --prefix=/usr
+  make LDFLAGS="$LDFLAGS -w -s"
+}
+
+package() {
+  cd riscv-$pkgname
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list