[arch-commits] Commit in firrtl/repos/community-any (4 files)
Felix Yan
felixonmars at archlinux.org
Thu Jun 10 22:47:48 UTC 2021
Date: Thursday, June 10, 2021 @ 22:47:47
Author: felixonmars
Revision: 961854
archrelease: copy trunk to community-any
Added:
firrtl/repos/community-any/PKGBUILD
(from rev 961853, firrtl/trunk/PKGBUILD)
firrtl/repos/community-any/firrtl.sh
(from rev 961853, firrtl/trunk/firrtl.sh)
Deleted:
firrtl/repos/community-any/PKGBUILD
firrtl/repos/community-any/firrtl.sh
-----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
firrtl.sh | 6 +++---
2 files changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-06-10 22:47:35 UTC (rev 961853)
+++ PKGBUILD 2021-06-10 22:47:47 UTC (rev 961854)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Sebastian Bøe <sebastianbooe at gmail dot com>
-
-pkgname=firrtl
-pkgver=1.4.2
-pkgrel=1
-pkgdesc='Flexible Intermediate Representation for RTL'
-arch=('any')
-url='https://github.com/freechipsproject/firrtl'
-license=('Apache')
-provides=('firrtl')
-conflicts=('firrtl')
-depends=('java-environment' 'bash')
-makedepends=('sbt' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/freechipsproject/firrtl/archive/v$pkgver.tar.gz"
- 'firrtl.sh')
-sha512sums=('da26b3cbcebfdbf96a4675ab391f898e001f3112e8f6fc21214cc7742718f41a4ef991a0e7528e308897e7c887c14bc6ec7d51b9855342b27fda418ffcc7815b'
- '2e3ca5c5771bbbf4cfa1245e5bc6e1b65cc17f521ee62ca79e044d24be3c403f85ad8134734eed66132190c1d02e1295de4a0c7a46fd057d8040f1c8cb1865a2')
-
-build(){
- cd firrtl-$pkgver
- sbt assembly
-}
-
-package() {
- install -Dm755 firrtl.sh "$pkgdir"/usr/bin/firrtl
-
- cd firrtl-$pkgver
- install -Dm755 utils/bin/firrtl.jar "$pkgdir"/usr/share/scala/$pkgname/firrtl.jar
-}
Copied: firrtl/repos/community-any/PKGBUILD (from rev 961853, firrtl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-06-10 22:47:47 UTC (rev 961854)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Sebastian Bøe <sebastianbooe at gmail dot com>
+
+pkgname=firrtl
+pkgver=1.4.3
+pkgrel=1
+pkgdesc='Flexible Intermediate Representation for RTL'
+arch=('any')
+url='https://github.com/freechipsproject/firrtl'
+license=('Apache')
+provides=('firrtl')
+conflicts=('firrtl')
+depends=('java-environment' 'bash')
+makedepends=('sbt' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/freechipsproject/firrtl/archive/v$pkgver.tar.gz"
+ 'firrtl.sh')
+sha512sums=('686b3ef282914a1c7fadc11901f2cd193778ab17e2b7f82e7cc94af4beabd9b13d3c387bdfb9bfb12af933cbc457caed0f06240e238d47cfb9fe44e1bacd7cf2'
+ '2e3ca5c5771bbbf4cfa1245e5bc6e1b65cc17f521ee62ca79e044d24be3c403f85ad8134734eed66132190c1d02e1295de4a0c7a46fd057d8040f1c8cb1865a2')
+
+build(){
+ cd firrtl-$pkgver
+ sbt assembly
+}
+
+package() {
+ install -Dm755 firrtl.sh "$pkgdir"/usr/bin/firrtl
+
+ cd firrtl-$pkgver
+ install -Dm755 utils/bin/firrtl.jar "$pkgdir"/usr/share/scala/$pkgname/firrtl.jar
+}
Deleted: firrtl.sh
===================================================================
--- firrtl.sh 2021-06-10 22:47:35 UTC (rev 961853)
+++ firrtl.sh 2021-06-10 22:47:47 UTC (rev 961854)
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-java -cp /usr/share/scala/firrtl/firrtl.jar firrtl.stage.FirrtlMain ${@:1}
Copied: firrtl/repos/community-any/firrtl.sh (from rev 961853, firrtl/trunk/firrtl.sh)
===================================================================
--- firrtl.sh (rev 0)
+++ firrtl.sh 2021-06-10 22:47:47 UTC (rev 961854)
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+java -cp /usr/share/scala/firrtl/firrtl.jar firrtl.stage.FirrtlMain ${@:1}
More information about the arch-commits
mailing list