[arch-commits] Commit in v2ray-domain-list-community/repos/community-any (2 files)
Felix Yan
felixonmars at archlinux.org
Tue Jul 28 06:20:17 UTC 2020
Date: Tuesday, July 28, 2020 @ 06:20:17
Author: felixonmars
Revision: 665613
archrelease: copy trunk to community-any
Added:
v2ray-domain-list-community/repos/community-any/PKGBUILD
(from rev 665612, 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-07-28 06:19:51 UTC (rev 665612)
+++ PKGBUILD 2020-07-28 06:20:17 UTC (rev 665613)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=v2ray-domain-list-community
-pkgver=20200726231707
-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=('ab5234ba5362d06d0120f56e0d1883220f5c432109788ab03e1e57b1797656c769c8e00b53ea1735904736c137cc0b2b006c3117148bf1075fa8b4d90051fc1d')
-
-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 -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 665612, v2ray-domain-list-community/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-07-28 06:20:17 UTC (rev 665613)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=v2ray-domain-list-community
+pkgver=20200727223731
+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=('6751837b9c0a8365f6813a0ed456ea17a7c489752ca76bdce2f817ddefaa1d4202bbabdb2e2daf0ec66f3817830a1e4b0aed0b3cc1f842efd2130c66c3de6573')
+
+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 -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