[arch-commits] Commit in fusesoc/repos/community-any (PKGBUILD PKGBUILD)
Filipe Laíns
ffy00 at archlinux.org
Sun Jul 12 16:54:52 UTC 2020
Date: Sunday, July 12, 2020 @ 16:54:52
Author: ffy00
Revision: 663340
archrelease: copy trunk to community-any
Added:
fusesoc/repos/community-any/PKGBUILD
(from rev 663339, fusesoc/trunk/PKGBUILD)
Deleted:
fusesoc/repos/community-any/PKGBUILD
----------+
PKGBUILD | 64 +++++++++++++++++++++++++++++++------------------------------
1 file changed, 33 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-12 16:54:38 UTC (rev 663339)
+++ PKGBUILD 2020-07-12 16:54:52 UTC (rev 663340)
@@ -1,31 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
-
-pkgname=fusesoc
-pkgver=1.11.0
-pkgrel=1
-pkgdesc='Package manager and build abstraction tool for FPGA/ASIC development'
-arch=('any')
-url='https://github.com/olofk/fusesoc'
-license=('BSD')
-depends=('python' 'python-edalize' 'python-ipyxact' 'python-pyparsing' 'python-yaml' 'python-simplesat' 'git')
-makedepends=('python-setuptools-scm')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('3b31f7e72eb54f3de1a4b5e2d959fb2affaf2e9189b1ab66629e153d95ee13304bf873b643726b9b0d2223e0c0b074691c1c0fd85dc1832f677b729a85ce4daf')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-build() {
- cd $pkgname-$pkgver
-
- python setup.py build
-}
-
-package() {
- cd $pkgname-$pkgver
-
- python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
- install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:
Copied: fusesoc/repos/community-any/PKGBUILD (from rev 663339, fusesoc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-07-12 16:54:52 UTC (rev 663340)
@@ -0,0 +1,33 @@
+# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
+
+pkgname=fusesoc
+pkgver=1.11.0
+pkgrel=2
+pkgdesc='Package manager and build abstraction tool for FPGA/ASIC development'
+arch=('any')
+url='https://github.com/olofk/fusesoc'
+license=('BSD')
+depends=('python' 'python-edalize' 'python-ipyxact' 'python-pyparsing' 'python-yaml' 'python-simplesat' 'git')
+makedepends=('python-setuptools-scm')
+optdepends=('iverilog: run simulation/testbenchs'
+ 'svn: opencores provider')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('3b31f7e72eb54f3de1a4b5e2d959fb2affaf2e9189b1ab66629e153d95ee13304bf873b643726b9b0d2223e0c0b074691c1c0fd85dc1832f677b729a85ce4daf')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+build() {
+ cd $pkgname-$pkgver
+
+ python setup.py build
+}
+
+package() {
+ cd $pkgname-$pkgver
+
+ python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+ install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list