mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: usbkvm-0.2.0
This commit is contained in:
parent
172922be15
commit
ba02763ba2
1 changed files with 17 additions and 0 deletions
17
srcpkgs/usbkvm/template
Normal file
17
srcpkgs/usbkvm/template
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# Template file for 'usbkvm'
|
||||||
|
pkgname=usbkvm
|
||||||
|
version=0.2.0
|
||||||
|
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=b3f29d4f14a571f1b7a0ea41cb64a2b04d3ea0472bfcf5c22d70fe6e9643552f
|
||||||
|
|
||||||
|
pre_build() {
|
||||||
|
. /void-packages/common/environment/build-style/go.sh
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue