19 lines
545 B
Bash
19 lines
545 B
Bash
# Template file for 'volta'
|
|
pkgname=volta
|
|
version=1.1.1
|
|
revision=1
|
|
archs="x86_64" # Due to volta pulling pre-built binaries later. Evil.
|
|
build_style="cargo"
|
|
hostmakedepends="pkg-config"
|
|
makedepends="openssl-devel"
|
|
short_desc="JavaScript tool version sync helper"
|
|
maintainer="Alex Lohr <alexthkloss@web.de>"
|
|
license="BSD-2-Clause"
|
|
homepage="https://volta.sh/"
|
|
distfiles="https://github.com/volta-cli/volta/archive/v${version}.tar.gz"
|
|
checksum=f2289274538124984bebb09b0968c2821368d8a80d60b9615e4f999f6751366d
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|