aboutsummaryrefslogtreecommitdiff
path: root/testing/next/APKBUILD
blob: 0e95bc6f94633aa36ac6a1a7ab0b7e4119477df5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Maintainer: Will Sinatra <wpsinatra@gmail.com>
# Contributor: Will Sinatra <wpsinatra@gmail.com>
# Contributor: Benjamin Buccianti <bebuccianti@gmail.com>
pkgname=next
pkgver=1.3.4
pkgrel=0
pkgdesc="Atlas Engineer Next Browser"
url="https://next.atlas.engineer"
arch="x86_64" #SBCL currently only built for x86_64, to be expanded once compatibility is met
license="BSD-3-Clause"
source="$pkgname-$pkgver.zip::https://github.com/atlas-engineer/next/archive/$pkgver.zip"
makedepends="git sbcl webkit2gtk-dev"
depends="webkit2gtk glib-networking gsettings-desktop-schemas libfixposix libfixposix-dev gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad gst-plugins-ugly libffi libffi-dev"
options="!check !strip" #No testsuite exists; Stripping the package causes the
# package to build, but the next browser is unfunctional, dropping to an SBCL repl
# instead of properly running.

build() {
	make all
}

package() {
	make PREFIX=/usr DESTDIR="$pkgdir" install
}

sha512sums="036dd3fb6078ea510ac3f5b00cacd416018772cb0c9e838b26629947ea5bc0572c31e125fc9ba8294d0354e380fb8169fbed3c8b58c584898198bc441c611bd0  next-1.3.4.zip"