18 lines
464 B
Plaintext
18 lines
464 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)
|
|
|
|
build() {
|
|
|
|
make all
|
|
make PREFIX=/usr DESTDIR=$PKG install
|
|
|
|
}
|