mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
New package: drm_info-2.5.0
This commit is contained in:
parent
8f46845006
commit
26b1e9fe73
1 changed files with 18 additions and 0 deletions
18
srcpkgs/drm_info/template
Normal file
18
srcpkgs/drm_info/template
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Template file for 'drm_info'
|
||||
pkgname=drm_info
|
||||
version=2.5.0
|
||||
revision=1
|
||||
build_style=meson
|
||||
hostmakedepends="pkg-config scdoc"
|
||||
makedepends="libdrm-devel json-c-devel"
|
||||
short_desc="Small utility to dump info about DRM devices"
|
||||
maintainer="RunningDroid <runningdroid@zoho.com>"
|
||||
license="MIT"
|
||||
homepage="https://gitlab.freedesktop.org/emersion/drm_info"
|
||||
changelog="https://gitlab.freedesktop.org/emersion/drm_info/-/tags"
|
||||
distfiles="https://gitlab.freedesktop.org/emersion/drm_info/-/archive/v${version}/drm_info-v${version}.tar.bz2"
|
||||
checksum=73e04f964aaf62529aca2cd57292f972c2246af4dcd7553835e16821a75961c2
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Add table
Reference in a new issue