34 lines
1.1 KiB
Bash
34 lines
1.1 KiB
Bash
# Template file for 'nyxt'
|
|
pkgname=nyxt
|
|
version=3.11.7
|
|
revision=1
|
|
create_wrksrc=yes
|
|
build_style=gnu-makefile
|
|
make_build_target=all
|
|
hostmakedepends="sbcl git pkg-config"
|
|
makedepends="libwebkit2gtk41 libfixposix-devel libgirepository openssl-devel"
|
|
depends="dbus xclip enchant2 libwebkit2gtk41 libfixposix libgirepository"
|
|
short_desc="Keyboard-oriented, extensible web-browser"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://nyxt.atlas.engineer/"
|
|
distfiles="https://github.com/atlas-engineer/nyxt/releases/download/${version}/${pkgname}-${version}-source-with-submodules.tar.xz"
|
|
checksum=27d11de1e41ca1c319193678f385a5a3e0bfb805da8f687557a77cba24ab01e1
|
|
# Disable check because ASDF/USER::PROVE is not installed
|
|
make_check=no
|
|
nostrip=yes
|
|
nopie=yes
|
|
nocross="Cross-compilation fails due to package iolib/syscalls setting incorrect compiler flags"
|
|
shlib_requires="libwebkit2gtk-4.1.so.0 libfixposix.so.3 libgirepository-1.0.so.1"
|
|
|
|
post_install() {
|
|
vlicense licenses/ASSET-LICENSE
|
|
vlicense licenses/SOURCE-LICENSE
|
|
}
|
|
|
|
next_package() {
|
|
depends="nyxt"
|
|
short_desc+=" (transitional dummy package)"
|
|
build_style=meta
|
|
}
|