void-packages/srcpkgs/volta/template
Alex Lohr 7dd6038bad volta: update to 1.0.1
volta dropped 686 architecture support
2021-01-18 15:48:46 +01:00

18 lines
549 B
Bash

# Template file for 'volta'
pkgname=volta
version=1.0.1
revision=1
archs="x86_64" # 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=8d12a9f8754a982dfcfdb21cef29fa6d087e7e1022d0d3fe66f04b90f081a98a
post_install() {
vlicense LICENSE
}