[arch-commits] Commit in v2ray-domain-list-community/repos/community-any (2 files)
Felix Yan
felixonmars at archlinux.org
Wed Apr 29 18:05:35 UTC 2020
Date: Wednesday, April 29, 2020 @ 18:05:35
Author: felixonmars
Revision: 622306
archrelease: copy trunk to community-any
Added:
v2ray-domain-list-community/repos/community-any/PKGBUILD
(from rev 622305, 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-04-29 18:05:26 UTC (rev 622305)
+++ PKGBUILD 2020-04-29 18:05:35 UTC (rev 622306)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=v2ray-domain-list-community
-pkgver=202004290001
-pkgrel=1
-pkgdesc="A list of domains to be used as geosites for routing purpose in Project V"
-arch=('any')
-url="https://github.com/v2ray/domain-list-community"
-license=('MIT')
-makedepends=('go-pie' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/domain-list-community/archive/$pkgver.tar.gz")
-sha512sums=('1f769b18695a37c97108249394693825cba9846c2951646aa05b18571f0a4f8313854e84f54ee5d8a4b2c0808e9aaa0ac8d31a6c70793b3c09b609d92eef4ea2')
-
-prepare() {
- mkdir .gopath
- export GOPATH="$srcdir/.gopath"
-
- mkdir -p .gopath/src/github.com/v2ray
- ln -s "$PWD/domain-list-community-$pkgver" .gopath/src/github.com/v2ray/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/v2ray/domain-list-community/main.go
-}
-
-package() {
- cd .gopath
- install -Dm755 dlc.dat "$pkgdir"/usr/lib/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 622305, v2ray-domain-list-community/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-29 18:05:35 UTC (rev 622306)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=v2ray-domain-list-community
+pkgver=202004291505
+pkgrel=1
+pkgdesc="A list of domains to be used as geosites for routing purpose in Project V"
+arch=('any')
+url="https://github.com/v2ray/domain-list-community"
+license=('MIT')
+makedepends=('go-pie' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/domain-list-community/archive/$pkgver.tar.gz")
+sha512sums=('8b70acdc84e238fd493cc87705b8af778970bdc7dfe90d15a72cc1a89a7cdd3186c5024aff6c241f60ecef01a8ba5d3bd246c801b560e1a92cf4fbb959d45500')
+
+prepare() {
+ mkdir .gopath
+ export GOPATH="$srcdir/.gopath"
+
+ mkdir -p .gopath/src/github.com/v2ray
+ ln -s "$PWD/domain-list-community-$pkgver" .gopath/src/github.com/v2ray/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/v2ray/domain-list-community/main.go
+}
+
+package() {
+ cd .gopath
+ install -Dm755 dlc.dat "$pkgdir"/usr/lib/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