From 2d23646df2410e4e89449e28fe02e68e23cac612 Mon Sep 17 00:00:00 2001 From: KF-Art Date: Tue, 1 Nov 2022 17:08:17 -0400 Subject: [PATCH] New Package: ungoogled-chromium-repo --- srcpkgs/ungoogled-chromium-repo/INSTALL.msg | 5 +++++ srcpkgs/ungoogled-chromium-repo/template | 17 +++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 srcpkgs/ungoogled-chromium-repo/INSTALL.msg create mode 100644 srcpkgs/ungoogled-chromium-repo/template diff --git a/srcpkgs/ungoogled-chromium-repo/INSTALL.msg b/srcpkgs/ungoogled-chromium-repo/INSTALL.msg new file mode 100644 index 0000000..efb347e --- /dev/null +++ b/srcpkgs/ungoogled-chromium-repo/INSTALL.msg @@ -0,0 +1,5 @@ +==> Ungoogled Chromium repository has been added. To install it run: +# xbps-install -S ungoogled-chromium + +It will ask to import the repository key, same as +88:ac:8f:99:4d:b0:20:8f:6b:f0:8f:49:b9:13:fb:17.plist diff --git a/srcpkgs/ungoogled-chromium-repo/template b/srcpkgs/ungoogled-chromium-repo/template new file mode 100644 index 0000000..75c776e --- /dev/null +++ b/srcpkgs/ungoogled-chromium-repo/template @@ -0,0 +1,17 @@ +# Template file for 'ungoogled-chromium-repo' +pkgname=ungoogled-chromium-repo +version=2022.10.24 +revision=1 +repository=cereus-extra +hostmakedepends="wget" +archs="x86_64 x86_64-musl" +short_desc="DAINRA's ungoogled-chromium-void repository" +maintainer="Kevin F. " +license="BSD-3-Clause" +homepage="https://github.com/DAINRA/ungoogled-chromium-void" + +do_install() { + vmkdir usr/share/xbps.d + echo "repository=${homepage}/releases/latest/download" > \ + ${DESTDIR}/usr/share/xbps.d/20-ungoogled-chromium.conf +}