summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAkatsuki Rui2021-06-07 01:01:12 +0800
committerAkatsuki Rui2021-06-07 01:01:12 +0800
commitf48f0d089bae647412dbfe674a5a463a7dd19912 (patch)
tree71e96b3314ebceed1a607e5f8e0ab05159ec95a1
downloadaur-f48f0d089bae647412dbfe674a5a463a7dd19912.tar.gz
20210606164939
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD18
2 files changed, 31 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..ad3ca2946ee5
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = v2ray-domain-list-china
+ pkgdesc = A list of domains to be used as geosites for routing purpose in Project V
+ pkgver = 20210606164939
+ pkgrel = 1
+ url = https://github.com/akiirui/domain-list-china
+ arch = any
+ license = MIT
+ source = https://github.com/akiirui/domain-list-china/releases/download/20210606164939/dlc.dat
+ source = https://raw.githubusercontent.com/akiirui/domain-list-china/main/LICENSE
+ b2sums = c660d02f5cb6d087390313145c73662d6dac0f2c95814092740e7c7df608fe0abca95b0a39813a68341a8737ad2cc0316d3fc954817b9ef556bb011fddfc3365
+ b2sums = 53fcf5b8a104ecd10a6719ef025de0d4779d1b24ea33a9b9dab78ae9f2579dc063c099e698745c6ac7b7e00bd5cbe5d849211f06281da9291fed86e193ae3628
+
+pkgname = v2ray-domain-list-china
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..7482ad258995
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,18 @@
+# Maintainer: Akatsuki Rui <akiirui@outlook.com>
+
+pkgname=v2ray-domain-list-china
+pkgver=20210606164939
+pkgrel=1
+pkgdesc="A list of domains to be used as geosites for routing purpose in Project V"
+arch=('any')
+url="https://github.com/akiirui/domain-list-china"
+license=('MIT')
+source=("https://github.com/akiirui/domain-list-china/releases/download/$pkgver/dlc.dat"
+ "https://raw.githubusercontent.com/akiirui/domain-list-china/main/LICENSE")
+b2sums=('c660d02f5cb6d087390313145c73662d6dac0f2c95814092740e7c7df608fe0abca95b0a39813a68341a8737ad2cc0316d3fc954817b9ef556bb011fddfc3365'
+ '53fcf5b8a104ecd10a6719ef025de0d4779d1b24ea33a9b9dab78ae9f2579dc063c099e698745c6ac7b7e00bd5cbe5d849211f06281da9291fed86e193ae3628')
+
+package() {
+ install -Dm644 "$srcdir/dlc.dat" "$pkgdir/usr/share/v2ray/dlc.dat"
+ install -Dm644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}