21 lines
703 B
Bash
21 lines
703 B
Bash
# Template file for 'next'
|
|
pkgname=next
|
|
version=1.3.4
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
hostmakedepends="sbcl curl pkg-config"
|
|
makedepends="webkit2gtk-devel libfixposix-devel libressl-devel"
|
|
depends="sqlite xclip libfixposix-devel libressl-devel"
|
|
short_desc="Keyboard-oriented, extensible web-browser"
|
|
maintainer="0x0f0f0f <sudo-woodo3@protonmail.com>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://next.atlas.engineer/"
|
|
distfiles="https://github.com/atlas-engineer/next/archive/${version}.tar.gz"
|
|
checksum=e8fe93cef62985926a25da4138f3e865b48d8c0ed19125d5f52724fd7a4c6e87
|
|
nostrip=yes
|
|
nopie=yes
|
|
nocross="https://travis-ci.org/void-linux/void-packages/builds/590346382"
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|