mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
net-wireless/btscreenlocker: new package, add 1.6.1
Signed-off-by: Brayan M. Salazar <this.brayan@proton.me>
This commit is contained in:
1
net-wireless/btscreenlocker/Manifest
Normal file
1
net-wireless/btscreenlocker/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST BtScreenLocker-1.6.1.tar.gz 60968 BLAKE2B cfacc6314a2a2c52971067f5a4fdc14ff14893be3f753a13b9d016b3bac2634d6f32c84528f91258fa5620f0397c154fbe106463e9713a1695ab5a694ce63572 SHA512 a0f2ea836800688c96fb6ae5d2cd691f2435ea193805bf27e24a017a05dc0ec80812785812131834eeddf9d89d39fc46f171affb9c3ee483b0a6d347c47343d2
|
||||
40
net-wireless/btscreenlocker/btscreenlocker-1.6.1.ebuild
Normal file
40
net-wireless/btscreenlocker/btscreenlocker-1.6.1.ebuild
Normal file
@@ -0,0 +1,40 @@
|
||||
# Copyright 2024 Brayan M. Salazar <this.brayan@proton.me>
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit cmake
|
||||
|
||||
DESCRIPTION="Daemon to lock your screen when Bluetooth trusted devices go away."
|
||||
HOMEPAGE="https://github.com/brookiestein/BtScreenLocker"
|
||||
SRC_URI="https://github.com/brookiestein/BtScreenLocker/archive/refs/tags/${PV}.tar.gz -> BtScreenLocker-${PV}.tar.gz"
|
||||
S="${WORKDIR}/BtScreenLocker-${PV}"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DEPEND="
|
||||
dev-qt/qtbluetooth:5
|
||||
dev-qt/qtdbus:5
|
||||
dev-qt/qtwidgets:5
|
||||
dev-qt/linguist-tools:5
|
||||
>=net-wireless/bluez-5.76
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="
|
||||
sys-apps/coreutils
|
||||
>=dev-build/cmake-3.28
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
cmake_src_configure || die "Couldn't configure ${PN}."
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
cmake_build || die "Couldn't compile ${PN}."
|
||||
}
|
||||
|
||||
src_install() {
|
||||
cmake_src_install || die "Couldn't install ${PN}."
|
||||
}
|
||||
12
net-wireless/btscreenlocker/metadata.xml
Normal file
12
net-wireless/btscreenlocker/metadata.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>this.brayan@proton.me</email>
|
||||
<name>Brayan M. Salazar</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">brookiestein/BtScreenLocker</remote-id>
|
||||
<bugs-to>https://github.com/brookiestein/BtScreenLocker/issues</bugs-to>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user