summarylogtreecommitdiffstats
path: root/PKGBUILD.in
diff options
context:
space:
mode:
authorAki Van Ness2021-09-16 20:29:47 -0400
committerAki Van Ness2021-09-16 20:29:47 -0400
commit528a25af8f1d61087ae8c67e73902c3cf21a8317 (patch)
treef3f386149c46f806bcd57b5fe378ac7c929d187c /PKGBUILD.in
downloadaur-528a25af8f1d61087ae8c67e73902c3cf21a8317.tar.gz
Bumped nextpnr-all Version to 67bd349e_20212917
Diffstat (limited to 'PKGBUILD.in')
-rw-r--r--PKGBUILD.in31
1 files changed, 31 insertions, 0 deletions
diff --git a/PKGBUILD.in b/PKGBUILD.in
new file mode 100644
index 000000000000..52b2bb2856bd
--- /dev/null
+++ b/PKGBUILD.in
@@ -0,0 +1,31 @@
+# Maintainer: Aki-nyan <aur@catgirl.link>
+
+pkgname=nextpnr-all-nightly
+pkgver=@NPR_VER@
+pkgrel=1
+pkgdesc="nextpnr portable FPGA place and route tool - all"
+arch=("any")
+url="https://github.com/YosysHQ/nextpnr"
+license=("custom:ISC")
+groups=()
+options=("!strip")
+depends=(
+ "nextpnr-ice40-nightly"
+ "nextpnr-ecp5-nightly"
+ "nextpnr-nexus-nightly"
+ "nextpnr-generic-nightly"
+)
+
+conflicts=(
+ "nextpnr-git"
+)
+provides=(
+ "nextpnr-ice40"
+ "nextpnr-ecp5"
+ "nextpnr-nexus-nightly"
+ "nextpnr-generic-nightly"
+)
+
+package() {
+ echo "nya"
+}