[arch-commits] Commit in v2ray-domain-list-community/repos/community-any (2 files)
Felix Yan
felixonmars at archlinux.org
Tue Nov 24 18:27:11 UTC 2020
Date: Tuesday, November 24, 2020 @ 18:27:11
Author: felixonmars
Revision: 760998
archrelease: copy trunk to community-any
Added:
v2ray-domain-list-community/repos/community-any/PKGBUILD
(from rev 760997, v2ray-domain-list-community/trunk/PKGBUILD)
Deleted:
v2ray-domain-list-community/repos/community-any/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-24 18:26:50 UTC (rev 760997)
+++ PKGBUILD 2020-11-24 18:27:11 UTC (rev 760998)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=v2ray-domain-list-community
-pkgver=20201124065634
-pkgrel=1
-pkgdesc="A list of domains to be used as geosites for routing purpose in Project V"
-arch=('any')
-url="https://github.com/v2fly/domain-list-community"
-license=('MIT')
-makedepends=('go' 'git')
-source=("https://github.com/v2fly/domain-list-community/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('fe12a7817f77928862ad2f2a79c2ea0df71142929d0d9b2a2182781f269e68632921b26143bedd65fe5821cddb01edb5130b183eb167f2bb15c30601ca18f3a1')
-
-prepare() {
- mkdir .gopath
- export GOPATH="$srcdir/.gopath"
-
- mkdir -p .gopath/src/github.com/v2fly
- ln -s "$PWD/domain-list-community-$pkgver" .gopath/src/github.com/v2fly/domain-list-community
-
- go get github.com/golang/protobuf/proto
- go get -insecure v2ray.com/core/app/router
-}
-
-build() {
- cd .gopath
- go run ./src/github.com/v2fly/domain-list-community/main.go
-}
-
-package() {
- cd .gopath
- install -Dm644 dlc.dat "$pkgdir"/usr/share/v2ray/geosite.dat
- install -Dm644 "$srcdir"/domain-list-community-$pkgver/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
Copied: v2ray-domain-list-community/repos/community-any/PKGBUILD (from rev 760997, v2ray-domain-list-community/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-24 18:27:11 UTC (rev 760998)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=v2ray-domain-list-community
+pkgver=20201124133241
+pkgrel=1
+pkgdesc="A list of domains to be used as geosites for routing purpose in Project V"
+arch=('any')
+url="https://github.com/v2fly/domain-list-community"
+license=('MIT')
+makedepends=('go' 'git')
+source=("https://github.com/v2fly/domain-list-community/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('71f39ad971aa5d877591d55244b7c66da628fc02d8e9ff6b812e47171023e081f24845c4e2009eb25b923a962417ffdc90af319e6859b1ce3151f4ca9f002905')
+
+prepare() {
+ mkdir .gopath
+ export GOPATH="$srcdir/.gopath"
+
+ mkdir -p .gopath/src/github.com/v2fly
+ ln -s "$PWD/domain-list-community-$pkgver" .gopath/src/github.com/v2fly/domain-list-community
+
+ go get github.com/golang/protobuf/proto
+ go get -insecure v2ray.com/core/app/router
+}
+
+build() {
+ cd .gopath
+ go run ./src/github.com/v2fly/domain-list-community/main.go
+}
+
+package() {
+ cd .gopath
+ install -Dm644 dlc.dat "$pkgdir"/usr/share/v2ray/geosite.dat
+ install -Dm644 "$srcdir"/domain-list-community-$pkgver/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
More information about the arch-commits
mailing list