2c2e8138fc
Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>
33 lines
1.1 KiB
Bash
33 lines
1.1 KiB
Bash
# Template file for 'nyxt'
|
|
pkgname=nyxt
|
|
version=2.2.3
|
|
revision=1
|
|
create_wrksrc=yes
|
|
build_style=gnu-makefile
|
|
make_build_target=all
|
|
hostmakedepends="sbcl git"
|
|
makedepends="webkit2gtk-devel libfixposix-devel libgirepository-devel"
|
|
depends="dbus xclip enchant2 webkit2gtk-devel libfixposix-devel libgirepository-devel"
|
|
short_desc="Keyboard-oriented, extensible web-browser"
|
|
maintainer="0x0f0f0f <sudo-woodo3@protonmail.com>"
|
|
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=f611a0cee412b64f4bf93228aa975621734ace797153580c58c61616c7db02d8
|
|
# 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"
|
|
|
|
do_install() {
|
|
make PREFIX=/usr DESTDIR=${DESTDIR} install
|
|
vlicense licenses/ASSET-LICENSE
|
|
vlicense licenses/SOURCE-LICENSE
|
|
}
|
|
|
|
next_package() {
|
|
depends="nyxt"
|
|
short_desc+=" (transitional dummy package)"
|
|
build_style=meta
|
|
}
|