25 lines
1019 B
Bash
25 lines
1019 B
Bash
# Template file for 'framework-system'
|
|
pkgname=framework-system
|
|
version=0.6.4
|
|
revision=1
|
|
archs="x86_64*"
|
|
build_style=cargo
|
|
configure_args="-F nvidia"
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libgit2-1.9-devel eudev-libudev-devel"
|
|
short_desc="Tools to interact with the Framework Computer systems"
|
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://github.com/FrameworkComputer/framework-system"
|
|
changelog="https://github.com/FrameworkComputer/framework-system/releases"
|
|
distfiles="https://github.com/FrameworkComputer/framework-system/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=7c1a717651f879bc921f3789046f056752b211630b4585696c2dd1ca7e037b9b
|
|
|
|
do_install() {
|
|
vbin "target/${RUST_TARGET}/release/framework_tool"
|
|
vcompletion framework_tool/completions/bash/framework_tool bash framework_tool
|
|
vcompletion framework_tool/completions/fish/framework_tool.fish fish framework_tool
|
|
vcompletion framework_tool/completions/zsh/_framework_tool zsh framework_tool
|
|
vlicense LICENSE.md
|
|
}
|