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

Alexander Rødseth arodseth at archlinux.org
Mon Apr 1 07:09:57 UTC 2019


    Date: Monday, April 1, 2019 @ 07:09:56
  Author: arodseth
Revision: 446907

archrelease: copy trunk to community-x86_64

Added:
  spike/repos/community-x86_64/PKGBUILD
    (from rev 446906, spike/trunk/PKGBUILD)
Deleted:
  spike/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   62 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 32 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-01 07:09:49 UTC (rev 446906)
+++ PKGBUILD	2019-04-01 07:09:56 UTC (rev 446907)
@@ -1,30 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Paulo Matos <paulo at matos-sorge.com>
-# Contributor: b4283 <unknown at unknowndomain.com>
-
-pkgname=spike
-pkgver=0.0
-pkgrel=1
-pkgdesc='Spike, a RISC-V ISA Simulator'
-arch=(x86_64)
-url='https://github.com/riscv/riscv-isa-sim'
-license=(BSD)
-groups=(risc-v)
-depends=(dtc fesvr)
-makedepends=(git)
-source=('git+https://github.com/riscv/riscv-isa-sim#commit=496c59d064961bb81e')
-md5sums=('SKIP')
-
-build() {
-  cd riscv-isa-sim
-  ./configure --prefix=/usr
-  make LDFLAGS="$LDFLAGS -w -s"
-}
-
-package() {
-  cd riscv-isa-sim
-  make DESTDIR="$pkgdir" install
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: spike/repos/community-x86_64/PKGBUILD (from rev 446906, spike/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-04-01 07:09:56 UTC (rev 446907)
@@ -0,0 +1,32 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Paulo Matos <paulo at matos-sorge.com>
+# Contributor: b4283 <unknown at unknowndomain.com>
+
+pkgname=spike
+pkgver=1.0.0
+pkgrel=1
+pkgdesc='Spike, a RISC-V ISA Simulator'
+arch=(x86_64)
+url='https://github.com/riscv/riscv-isa-sim'
+license=(BSD)
+groups=(risc-v)
+depends=(dtc)
+replaces=(fesvr)
+conflicts=(fesvr)
+makedepends=(git)
+source=("git+https://github.com/riscv/riscv-isa-sim#tag=v$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cd riscv-isa-sim
+  ./configure --prefix=/usr
+  make LDFLAGS="$LDFLAGS -s -w"
+}
+
+package() {
+  cd riscv-isa-sim
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list