forked from void-linux/void-packages
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Template file for 'sdbus-cpp' | ||
pkgname=sdbus-cpp | ||
version=1.5.0 | ||
revision=1 | ||
build_style=cmake | ||
hostmakedepends="cmake meson ninja pkg-config git m4 rsync gperf" | ||
makedepends="libmount-devel libcap-devel libelogind elogind-devel elogind" | ||
depends="libmount libcap libelogind elogind-devel elogind" | ||
short_desc="High-level C++ D-Bus library to provide API in modern C++" | ||
maintainer="Makrennel <[email protected]>" | ||
license="LGPL-2.1-only" | ||
homepage="https://github.com/Kistler-Group/sdbus-cpp" | ||
changelog="https://github.com/Kistler-Group/${pkgname}/releases" | ||
distfiles="https://github.com/Kistler-Group/${pkgname}/archive/refs/tags/v${version}.tar.gz" | ||
checksum=577986929f911320fb9ef6a3e2badd464dc38411ebc25d2966f5cb85c39f0897 |