cruxports/nyxt/Pkgfile

23 lines
612 B
Plaintext

# Description: keyboard-centric, extensible web browser
# URL: https://nyxt.atlas.engineer
# Maintainer: John McQuah, jmcquah at disroot dot org
# Depends on: sbcl webkitgtk dbus libfixposix gobject-introspection
# Nice to have: xclip enchant
name=nyxt
version=2.2.4
release=1
source=(https://github.com/atlas-engineer/nyxt/releases/download/$version/$name-$version-source-with-submodules.tar.xz newtab-default.patch)
build() {
# change vi keymap: new URLs open more easily in a separate tab
cd source
patch -p1 < $SRC/newtab-default.patch
cd -
make all
make PREFIX=/usr DESTDIR=$PKG install
}