[arch-commits] Commit in python-litex-boards/trunk (PKGBUILD)

Filipe Laíns ffy00 at archlinux.org
Mon Jul 6 13:57:12 UTC 2020


    Date: Monday, July 6, 2020 @ 13:57:12
  Author: ffy00
Revision: 658006

upgpkg: python-litex-boards 2020.04-1

Added:
  python-litex-boards/trunk/PKGBUILD

----------+
 PKGBUILD |   28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

Added: PKGBUILD
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-07-06 13:57:12 UTC (rev 658006)
@@ -0,0 +1,28 @@
+# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
+
+_pkgname=litex-boards
+pkgname=python-$_pkgname
+pkgver=2020.04
+pkgrel=1
+pkgdesc='Small footprint and configurable Ethernet core'
+arch=('any')
+url="https://github.com/litex-hub/$_pkgname"
+license=('BSD')
+depends=('python-migen' 'python-litex' 'python-litedram' 'python-liteeth' 'python-liteiclink' 'python-litejesd204b'
+         'python-litepcie' 'python-litesata' 'python-litescope' 'python-litesdcard' 'python-litevideo')
+makedepends=('python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('548e414c37ca264134bdec1652da4abf6096999f07676a8ffe16693e9f4d85bca072a813bd182ac848fbf8008585c73df208a54a213003c04212946e3aca9354')
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+



More information about the arch-commits mailing list