summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGitHub Action2021-09-15 02:36:31 +0000
committerGitHub Action2021-09-15 02:36:31 +0000
commitd53141f896a0cd8c7a3789bdc36a0c9023a43b19 (patch)
treeb346b33537df5090d945a81925d34aa6c780e560
downloadaur-d53141f896a0cd8c7a3789bdc36a0c9023a43b19.tar.gz
Update from GitHub Actions: auth-thu-bin: init at 2.2
https://github.com/ouuan/AUR-packages/actions/runs/1236019486
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD17
2 files changed, 30 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..88ec581ac4dd
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = auth-thu-bin
+ pkgdesc = A commandline Tunet (auth4/6.tsinghua.edu.cn, Tsinghua-IPv4) authentication tool
+ pkgver = 2.2
+ pkgrel = 1
+ url = https://github.com/z4yx/GoAuthing
+ arch = x86_64
+ license = GPL3
+ provides = auth-thu
+ conflicts = auth-thu
+ source = auth-thu-bin-2.2::https://github.com/z4yx/GoAuthing/releases/download/v2.2/auth-thu.linux.x86_64
+ sha256sums = 24718658254c5c88da21b1e156c3b9d58a635690bc68ffef9b9e446bffc97a93
+
+pkgname = auth-thu-bin
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..593ba90f2128
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,17 @@
+# Maintainer: Yufan You <ouuansteve at gmail>
+
+pkgname=auth-thu-bin
+pkgver=2.2
+pkgrel=1
+provides=('auth-thu')
+conflicts=('auth-thu')
+pkgdesc='A commandline Tunet (auth4/6.tsinghua.edu.cn, Tsinghua-IPv4) authentication tool'
+arch=('x86_64')
+url='https://github.com/z4yx/GoAuthing'
+license=('GPL3')
+source=("$pkgname-$pkgver::https://github.com/z4yx/GoAuthing/releases/download/v$pkgver/auth-thu.linux.x86_64")
+sha256sums=('24718658254c5c88da21b1e156c3b9d58a635690bc68ffef9b9e446bffc97a93')
+
+package() {
+ install -Dm755 "$pkgname-$pkgver" "$pkgdir/usr/bin/auth-thu"
+}