aports/testing/nyxt/APKBUILD
2021-10-05 02:17:41 +03:00

43 lines
1.2 KiB
Plaintext

# Contributor: Will Sinatra <wpsinatra@gmail.com>
# Contributor: Benjamin Buccianti <bebuccianti@gmail.com>
# Maintainer: Will Sinatra <wpsinatra@gmail.com>
pkgname=nyxt
pkgver=1.5.0
pkgrel=1
pkgdesc="Atlas Engineer Nyxt Browser"
url="https://nyxt.atlas.engineer"
arch="x86_64 aarch64"
#SBCL must be compiled with thread support for Nyxt to work
#SBCL thread is not supported on armv7
#SBCL is only built on arches x86, x86_64, aarch64, and armv7
license="BSD-3-Clause"
source="$pkgname-$pkgver.zip::https://github.com/atlas-engineer/nyxt/archive/$pkgver.zip"
depends="
glib-networking
gsettings-desktop-schemas
libfixposix-dev
gstreamer
gst-plugins-base
gst-plugins-good
gst-plugins-bad
gst-plugins-ugly
libffi-dev
"
makedepends="git sbcl webkit2gtk-dev"
options="!check !strip" #No testsuite exists; Stripping the package causes the
# package to build, but the nyxt browser is unfunctional, dropping to an SBCL repl
# instead of properly running.
replaces=next
provides=next=$pkgver-r$pkgrel
build() {
make all
}
package() {
make PREFIX=/usr DESTDIR="$pkgdir" install
}
sha512sums="1d27e2a2b1f586ea2904d51205bceaa3b7ac3107e5b1135c0f6be54dd2d3bf82aec69fc01a56eed64b9540364971b4638aa873cbd4ed37c11dfa25cfdf195c27 nyxt-1.5.0.zip"