18 lines
548 B
Bash
18 lines
548 B
Bash
# Template file for 'volta'
|
|
pkgname=volta
|
|
version=1.0.6
|
|
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 <alex.lohr@logmein.com>"
|
|
license="BSD-2-Clause"
|
|
homepage="https://volta.sh/"
|
|
distfiles="https://github.com/volta-cli/volta/archive/v${version}.tar.gz"
|
|
checksum=0f66edcb2639bee2c1668efd119c2937a77fbbe564c9d63827e8eaf37dbee4b9
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|