void-packages/srcpkgs/bolt/template
2018-12-12 21:20:19 -02:00

21 lines
699 B
Bash

# Template file for 'bolt'
pkgname=bolt
version=0.6
revision=1
build_style=meson
configure_args="-Dman=true -Dsystemd=false"
hostmakedepends="asciidoc glib-devel pkg-config"
makedepends="eudev-libudev-devel libglib-devel polkit-devel"
checkdepends="dbus"
short_desc="Thunderbolt 3 device manager"
maintainer="Rasmus Thomsen <rasmus.thomsen@protonmail.com>"
license="LGPL-2.1-or-later"
homepage="https://gitlab.freedesktop.org/bolt/bolt"
distfiles="https://gitlab.freedesktop.org/bolt/bolt/-/archive/${version}/bolt-${version}.tar.gz"
checksum=0a50cfcf73cbc897c2d265b227afe1799d9d846c64f866fffb62dd486d5b3c4b
make_dirs="/var/lib/boltd 0755 root root"
patch_args="-Np1"
post_install() {
vsv boltd
}