summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorJ. King2021-12-31 17:17:16 -0500
committerJ. King2021-12-31 17:17:16 -0500
commit98a14ac1adedcbb4b6c454018fa7aa340b3861a5 (patch)
tree2b77a779c1909fcf7cd86b40bfe4e75a3f1ef353 /.SRCINFO
downloadaur-98a14ac1adedcbb4b6c454018fa7aa340b3861a5.tar.gz
Initial PKGBUILD
Architectures are somewhat speculative. I assume i686 is supported; I don't know if 32=bit ARM is also supported
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO16
1 files changed, 16 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..4a0344830076
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,16 @@
+pkgbase = pam_sqlite-git
+ pkgdesc = PAM module to provide authentication against SQLite tables
+ pkgver = 1.0.1.7
+ pkgrel = 1
+ url = https://github.com/HormyAJP/pam_sqlite3
+ arch = x86_64
+ arch = i686
+ arch = aarch64
+ license = GPL3
+ makedepends = git
+ depends = pam
+ depends = sqlite
+ source = pam_sqlite-git::git+https://github.com/HormyAJP/pam_sqlite3
+ md5sums = SKIP
+
+pkgname = pam_sqlite-git