summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAfonso Gloeden2021-04-21 13:51:25 -0300
committerAfonso Gloeden2021-04-21 14:42:44 -0300
commit84a6bcfb7e9281ff8548ff6088149fb442808efb (patch)
treedd49363a5ad19ec69483fdc665cbdb35407c06b6
downloadaur-84a6bcfb7e9281ff8548ff6088149fb442808efb.tar.gz
build: pkgbuild and srcinfo
PKGBUILD and .SRCINFO added.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 15 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..bcb342fecb91
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,8 @@
+pkgbase = aurstore-gui
+ pkgver = 0.0.0
+ pkgrel = 0
+ arch = any
+ license = AGPL3
+
+pkgname = aurstore-gui
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..23573554af1a
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,7 @@
+# Maintainer: Afonso Gloeden <contact@afonsogloeden.com>
+
+pkgname=aurstore-gui
+pkgver=0.0.0
+pkgrel=0
+arch=('any')
+license=('AGPL3')