[arch-commits] Commit in yosys/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Sat Nov 6 09:55:12 UTC 2021
Date: Saturday, November 6, 2021 @ 09:55:12
Author: felixonmars
Revision: 1037506
archrelease: copy trunk to community-x86_64
Added:
yosys/repos/community-x86_64/PKGBUILD
(from rev 1037505, yosys/trunk/PKGBUILD)
Deleted:
yosys/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 102 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 51 insertions(+), 51 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-06 09:54:58 UTC (rev 1037505)
+++ PKGBUILD 2021-11-06 09:55:12 UTC (rev 1037506)
@@ -1,51 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Benoît Allard <benoit dot allard at gmx dot de>
-# Contributor: killruana <killruana at gmail.com>
-
-pkgname=yosys
-pkgver=0.10
-pkgrel=2
-pkgdesc='A framework for RTL synthesis'
-arch=('x86_64')
-url='http://www.clifford.at/yosys/'
-license=('custom:ISC')
-depends=('abc' 'bash' 'boost-libs' 'tcl' 'libffi' 'python' 'protobuf')
-makedepends=('boost')
-checkdepends=('iverilog')
-optdepends=('graphviz: Schematics display support'
- 'xdot: Display netlists')
-source=("https://github.com/cliffordwolf/yosys/archive/$pkgname-$pkgver.tar.gz")
-sha512sums=('2168a206d4395fd83649a04ddfa717ddc4509b171da859979f4ba3eb61a350d4f5110439503651dfe24cc6860935a77c465000b047bd806a73a6657da331b52a')
-
-_make() {
- make \
- PREFIX="/usr" \
- CONFIG=gcc \
- ENABLE_TCL=1 \
- ENABLE_ABC=1 \
- ENABLE_GLOB=1 \
- ENABLE_PLUGINS=1 \
- ENABLE_LIBYOSYS=1 \
- ENABLE_PROTOBUF=1 \
- ENABLE_ZLIB=1 \
- ENABLE_PYOSYS=1 \
- ABCEXTERNAL=abc \
- BOOST_PYTHON_LIB="-lpython3.9 -lboost_python39" $@
-}
-
-build() {
- cd $pkgname-$pkgname-$pkgver
- _make
-}
-
-check() {
- cd $pkgname-$pkgname-$pkgver
- _make test
-}
-
-package() {
- cd $pkgname-$pkgname-$pkgver
- _make DESTDIR="$pkgdir" PYTHON_PREFIX="$pkgdir/usr" install
-
- install -Dm644 COPYING -t "$pkgdir"/usr/share/licenses/$pkgname/
-}
Copied: yosys/repos/community-x86_64/PKGBUILD (from rev 1037505, yosys/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-06 09:55:12 UTC (rev 1037506)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Benoît Allard <benoit dot allard at gmx dot de>
+# Contributor: killruana <killruana at gmail.com>
+
+pkgname=yosys
+pkgver=0.11
+pkgrel=1
+pkgdesc='A framework for RTL synthesis'
+arch=('x86_64')
+url='http://www.clifford.at/yosys/'
+license=('custom:ISC')
+depends=('abc' 'bash' 'boost-libs' 'tcl' 'libffi' 'python' 'protobuf')
+makedepends=('boost')
+checkdepends=('iverilog')
+optdepends=('graphviz: Schematics display support'
+ 'xdot: Display netlists')
+source=("https://github.com/cliffordwolf/yosys/archive/$pkgname-$pkgver.tar.gz")
+sha512sums=('19f6995e9a0b557de8a862a1b98aa10bc8e9a6b1b493f4c82927cf2a2b55684b3ed7aa35a86db506d18c11669b1303187fe7315eeee9222c6aa1bc6fffb26f45')
+
+_make() {
+ make \
+ PREFIX="/usr" \
+ CONFIG=gcc \
+ ENABLE_TCL=1 \
+ ENABLE_ABC=1 \
+ ENABLE_GLOB=1 \
+ ENABLE_PLUGINS=1 \
+ ENABLE_LIBYOSYS=1 \
+ ENABLE_PROTOBUF=1 \
+ ENABLE_ZLIB=1 \
+ ENABLE_PYOSYS=1 \
+ ABCEXTERNAL=abc \
+ BOOST_PYTHON_LIB="-lpython3.9 -lboost_python39" $@
+}
+
+build() {
+ cd $pkgname-$pkgname-$pkgver
+ _make
+}
+
+check() {
+ cd $pkgname-$pkgname-$pkgver
+ _make test
+}
+
+package() {
+ cd $pkgname-$pkgname-$pkgver
+ _make DESTDIR="$pkgdir" PYTHON_PREFIX="$pkgdir/usr" install
+
+ install -Dm644 COPYING -t "$pkgdir"/usr/share/licenses/$pkgname/
+}
More information about the arch-commits
mailing list