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

Alexander Rødseth arodseth at gemini.archlinux.org
Thu Dec 30 00:04:23 UTC 2021


    Date: Thursday, December 30, 2021 @ 00:04:23
  Author: arodseth
Revision: 1088051

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   67 ++++++++++++++++++++++++++++---------------------------------
 1 file changed, 31 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-30 00:04:18 UTC (rev 1088050)
+++ PKGBUILD	2021-12-30 00:04:23 UTC (rev 1088051)
@@ -1,36 +0,0 @@
-# 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"
-}

Copied: spike/repos/community-x86_64/PKGBUILD (from rev 1088050, spike/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-30 00:04:23 UTC (rev 1088051)
@@ -0,0 +1,31 @@
+# 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.1.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#commit=530af85d83781a3dae31a4ace84a573ec255fefa") # tag: v1.1.0
+b2sums=(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"
+}



More information about the arch-commits mailing list