[arch-commits] Commit in python-litex-boards/repos (2 files)

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


    Date: Monday, July 6, 2020 @ 13:57:21
  Author: ffy00
Revision: 658007

archrelease: copy trunk to community-any

Added:
  python-litex-boards/repos/community-any/
  python-litex-boards/repos/community-any/PKGBUILD
    (from rev 658006, python-litex-boards/trunk/PKGBUILD)

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

Copied: python-litex-boards/repos/community-any/PKGBUILD (from rev 658006, python-litex-boards/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2020-07-06 13:57:21 UTC (rev 658007)
@@ -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