[arch-commits] Commit in v2ray-domain-list-community/repos/community-any (2 files)
Felix Yan
felixonmars at archlinux.org
Thu Apr 23 04:48:23 UTC 2020
Date: Thursday, April 23, 2020 @ 04:48:22
Author: felixonmars
Revision: 617762
archrelease: copy trunk to community-any
Added:
v2ray-domain-list-community/repos/community-any/PKGBUILD
(from rev 617761, 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-23 04:48:12 UTC (rev 617761)
+++ PKGBUILD 2020-04-23 04:48:22 UTC (rev 617762)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=v2ray-domain-list-community
-pkgver=202004220001
-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=('d8f931f2a8fab63a076c1effc23996495bbb21c66fb136a561fd5cdfa90530b7b455a40f42fd5b3b48b8062c2a5247318d632cacf63e55610c5df63382cefe80')
-
-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 617761, v2ray-domain-list-community/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-23 04:48:22 UTC (rev 617762)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=v2ray-domain-list-community
+pkgver=202004222051
+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=('aa0c76ffed424344d8dcf26426333d23df6add44de1bce2c693eae406a0cb3ae64b4d2b97212d9daab286de1ca7910bef9298b0e2d87e8a9a1bd5a37a6d0027c')
+
+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