summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgigamicro2024-04-13 22:06:36 -0400
committergigamicro2024-04-13 22:06:36 -0400
commit3e2c787430a47d7a2f7a4463e4c30a696a655d7b (patch)
tree554e4c3eec5364d20da90d101bc13930398c47cf
downloadaur-3e2c787430a47d7a2f7a4463e4c30a696a655d7b.tar.gz
init
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..46524735cc14
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+/src
+/pkg
+/wfinfo-ng
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..50555f53e3e6
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,8 @@
+# Maintainer: gigamicro <gammamicro@gmail.com>
+pkgname='wfinfo-ng-git'
+url="https://github.com/knoellle/wfinfo-ng"
+license=('GPL-3.0')
+depends=('curl' 'jq') # database updates
+makedepends=('git' 'rust>=1.74' 'cargo' 'libxrandr' 'tesseract')
+source=("$_pkgname::git+https://github.com/knoellle/wfinfo-ng.git")
+sha256sums=('SKIP')