summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAfonso Gloeden2021-04-21 14:31:40 -0300
committerAfonso Gloeden2021-04-21 14:32:20 -0300
commitd9a6b8cdfb313c4894fe5ec0c3dcf7423cac080a (patch)
tree5d16d9088b9c2201e9cb7b61fa97f11e24c23352
downloadaurstore-cli.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..e9a7c31efe81
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,8 @@
+pkgbase = aurstore-cli
+ pkgver = 0.0.0
+ pkgrel = 0
+ arch = any
+ license = AGPL3
+
+pkgname = aurstore-cli
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..5c5eda98cb1b
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,7 @@
+# Maintainer: Afonso Gloeden <contact@afonsogloeden.com>
+
+pkgname=aurstore-cli
+pkgver=0.0.0
+pkgrel=0
+arch=('any')
+license=('AGPL3')