New Package: ungoogled-chromium-repo

This commit is contained in:
KF-Art 2022-11-01 17:08:17 -04:00
parent 9c6841668e
commit 2d23646df2
2 changed files with 22 additions and 0 deletions

View file

@ -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

View file

@ -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. <https://github.com/KF-Art>"
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
}