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

Alexander Rødseth arodseth at archlinux.org
Fri May 7 13:55:08 UTC 2021


    Date: Friday, May 7, 2021 @ 13:55:07
  Author: arodseth
Revision: 928605

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 36 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-07 13:55:01 UTC (rev 928604)
+++ PKGBUILD	2021-05-07 13:55:07 UTC (rev 928605)
@@ -1,32 +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=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:

Copied: spike/repos/community-x86_64/PKGBUILD (from rev 928604, spike/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-07 13:55:07 UTC (rev 928605)
@@ -0,0 +1,36 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: loqs
+# Contributor: Paulo Matos <paulo at matos-sorge.com>
+# Contributor: b4283 <unknown at unknowndomain.com>
+
+pkgname=spike
+pkgver=1.0.0
+pkgrel=2
+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#commit=2710fe575e7e6a4e2418224f8d254d5ca31f6c0e")
+b2sums=('SKIP')
+
+prepare() {
+  cd riscv-isa-sim
+  git cherry-pick -n b3855682c2d744c613d2ffd6b53e3f021ecea4f3
+}
+
+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"
+}



More information about the arch-commits mailing list