summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEgor Gushcha2024-02-04 05:43:27 +0600
committerEgor Gushcha2024-02-04 05:43:27 +0600
commit27b5fc5a3580bac81bc1c66e4157f2060aeb417c (patch)
tree3235c2bea2d54db297ba7b4949eabb4bf900b167
parent145d778ba46952792adc06a39499c2464f83278d (diff)
downloadaur-27b5fc5a3580bac81bc1c66e4157f2060aeb417c.tar.gz
Add man page
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a6f50dcd80f..006ae32f1951 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = snowflake-pt-client-bin
pkgdesc = Pluggable Transport using WebRTC, inspired by Flashproxy
pkgver = 2.8.1
- pkgrel = 3
+ pkgrel = 4
url = https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake
install = snowflake-pt-client-bin.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 6c0e3dfe4485..a88afe841471 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=snowflake-pt-client-bin
pkgver=2.8.1
-pkgrel=3
+pkgrel=4
pkgdesc='Pluggable Transport using WebRTC, inspired by Flashproxy'
url=https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake
arch=(x86_64)
@@ -19,5 +19,6 @@ package() {
grep -w Bridge snowflake-v$pkgver/client/torrc >> snowflake
install -Dm 644 snowflake -t $pkgdir/etc/tor
+ install -Dm 644 snowflake-v$pkgver/doc/snowflake-client.1 -t $pkgdir/usr/share/man/man1
install -Dm 644 snowflake-v$pkgver/LICENSE -t $pkgdir/usr/share/licenses/$pkgname
}