# helium - Private, ungoogled Chromium fork
# Generated from manifest.tsv by gen-ports.py. Edit the manifest, not this file,
# unless the package needs something the template cannot express - in which case
# drop a `recipe.local` beside it and it will be preserved.
name=helium
version=0.5.4
release=1
desc="Private, ungoogled Chromium fork"
url="https://github.com/imputnet/helium-chromium"
license="GPL-3.0-only"
depend="glibc gtk4 mesa nss nspr alsa-lib pipewire ffmpeg"
makedepend="python nodejs clang lld ninja"
source="https://github.com/imputnet/helium-chromium/archive/refs/tags/0.5.4.tar.gz"
sha256="SKIP"

build() {
	cd "helium-0.5.4"
	make -j"$JOBS" PREFIX=/usr
}

package() {
	cd "helium-0.5.4"
	make PREFIX=/usr DESTDIR="$pkgdir" install
}
