cruxports/nyxt/Pkgfile

23 lines
600 B
Plaintext
Raw Normal View History

# Description: keyboard-centric, extensible web browser
# URL: https://nyxt.atlas.engineer
# Maintainer: John McQuah, jmcquah at disroot dot org
# Depends on: libfixposix sbcl webkitgtk
2023-06-13 13:11:58 +00:00
# Optional: xclip enchant
name=nyxt
2024-03-09 12:31:27 +00:00
version=3.11.4
release=1
2023-05-22 11:36:26 +00:00
source=(https://github.com/atlas-engineer/nyxt/releases/download/$version/$name-$version-source-with-submodules.tar.xz vi-keybindings.patch)
build() {
# some tweaks to the vi keymap
patch -d source/mode -i $SRC/vi-keybindings.patch
make all
make PREFIX=/usr DESTDIR=$PKG install
2022-08-25 14:16:24 +00:00
# clean up footprint
2023-02-12 02:45:43 +00:00
find $PKG -name "README*" -delete
}