18 lines
554 B
Bash
18 lines
554 B
Bash
# Template file for 'volta'
|
|
pkgname=volta
|
|
version=1.0.0
|
|
revision=1
|
|
archs="x86_64 i686" # Due to volta pulling pre-built binaries later. Evil.
|
|
build_style="cargo"
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libressl-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=55d4e245b81baa540d4f56f5e2cb93f0a62047a7a40423536305b38231e38d96
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|