New package: next-1.3.2

This commit is contained in:
0x0f0f0f 2019-09-26 20:27:05 +02:00 committed by John Zimmermann
parent d323de65c5
commit 0fd2fd426c

21
srcpkgs/next/template Normal file
View file

@ -0,0 +1,21 @@
# Template file for 'next'
pkgname=next
version=1.3.2
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=1c423f4af3b732f2b5bea74a571b17f51d416a7161cc0ad25574725612588593
nostrip=yes
nopie=yes
nocross="https://travis-ci.org/void-linux/void-packages/builds/590346382"
post_install() {
vlicense LICENSE
}