mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
New package: rtl_433-18.05 (#656)
This commit is contained in:
parent
3955d15753
commit
cc94502365
2 changed files with 22 additions and 0 deletions
1
srcpkgs/rtl_433-devel
Symbolic link
1
srcpkgs/rtl_433-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
rtl_433
|
21
srcpkgs/rtl_433/template
Normal file
21
srcpkgs/rtl_433/template
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# Template file for 'rtl_433'
|
||||||
|
pkgname=rtl_433
|
||||||
|
version=18.05
|
||||||
|
revision=1
|
||||||
|
build_style=cmake
|
||||||
|
hostmakedepends="pkg-config"
|
||||||
|
makedepends="librtlsdr-devel"
|
||||||
|
short_desc="RTLSDR based 433MHz generic data receiver"
|
||||||
|
maintainer="bra1nwave <brainwave@openmailbox.org>"
|
||||||
|
license="GPL-2.0-or-later"
|
||||||
|
homepage="https://github.com/merbanan/rtl_433"
|
||||||
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||||
|
checksum=4710105234e3b71ae839e2d3f2628d6c12879fcda9c849fffe847d4de42a74f3
|
||||||
|
|
||||||
|
rtl_433-devel_package() {
|
||||||
|
short_desc+=" - development files"
|
||||||
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/include
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue