aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2025-08-27 13:13:03 +0000
committernathan <nathansmith@disroot.org>2025-08-27 13:13:03 +0000
commit55e72a1de4a4b35e74e9ef9342a7fcb7be5d8a67 (patch)
tree2cb280e15d943cc635b85d6e7dfb7f3789737013
downloadprivacy-browser-void-55e72a1de4a4b35e74e9ef9342a7fcb7be5d8a67.tar.gz
privacy-browser-void-55e72a1de4a4b35e74e9ef9342a7fcb7be5d8a67.tar.bz2
privacy-browser-void-55e72a1de4a4b35e74e9ef9342a7fcb7be5d8a67.zip
first commit
-rw-r--r--README.org12
-rw-r--r--privacy-browser/template18
2 files changed, 30 insertions, 0 deletions
diff --git a/README.org b/README.org
new file mode 100644
index 0000000..3561a84
--- /dev/null
+++ b/README.org
@@ -0,0 +1,12 @@
+* Privacy Browser for void linux
+A quick and dirty xbps package for Privacy Browser.
+
+** Installing
+#+begin_src shell
+ echo "repository=https://repo.shittyweb.org" > /etc/xbps.d/shittyweb-repo.conf
+ xbps-install -Su privacy-browser
+#+end_src
+
+** Building
+[[https://github.com/void-linux/void-packages/?tab=readme-ov-file#quick-start][Setup void-packages]] and copy =privacy-browser= to =void-packages/srcpkgs/=
+
diff --git a/privacy-browser/template b/privacy-browser/template
new file mode 100644
index 0000000..7fe5d03
--- /dev/null
+++ b/privacy-browser/template
@@ -0,0 +1,18 @@
+pkgname=privacy-browser
+version=1.5.2114
+revision=1
+build_style=cmake
+configure_args=""
+hostmakedepends="git cmake extra-cmake-modules"
+makedepends="qt6-base-devel qt6-gui qt6-printsupport qt6-sql
+qt6-webengine-devel qt6-webengine-devel kf6-kcompletion-devel
+kf6-kconfigwidgets-devel kf6-kcoreaddons-devel kf6-kcrash-devel
+kf6-kcrash-devel kf6-kcrash-devel kf6-ki18n-devel kf6-knotifications-devel
+kf6-knotifications-devel kf6-knotifications-devel gettext-devel
+kf6-kdbusaddons-devel kf6-kdoctools-devel kf6-kio-devel kf6-kxmlgui-devel"
+short_desc="A simple and private web browser"
+maintainer="Nathan Smith <nathansmith@disroot.org>"
+license="GPL-3.0-or-later"
+homepage="https://www.stoutner.com"
+distfiles="https://gitweb.stoutner.com/?p=PrivacyBrowserPC.git;a=snapshot;h=13c0bfabcbdd4ff40ccd352ec4bf8818a0e7b978;sf=tgz>PrivacyBrowserPC.tar.gz"
+checksum="0310e611d4c4e0524a059db06722f38cd0a8c524114e4a969955a34e2bb7c12b" \ No newline at end of file