Files
horizon-packages/srcpkgs/usbkvm/template
T

18 lines
600 B
Bash

# Template file for 'usbkvm'
pkgname=usbkvm
version=0.3.1
revision=1
build_style=meson
hostmakedepends="glib-devel go pkg-config"
makedepends="gstreamer1-devel gtkmm-devel hidapi-devel"
short_desc="USBKVM client app"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-3.0-or-later"
homepage="https://github.com/carrotIndustries/usbkvm"
distfiles="https://github.com/carrotIndustries/usbkvm/releases/download/v${version}/usbkvm-v${version}.tar.gz"
checksum=2986c2e2d0a543526899b10bc75c989ee5409c2975ccbe49bbaeb6a2036199b7
pre_build() {
. /void-packages/common/environment/build-style/go.sh
}