From 4fc781851affe6db3ba6f02362f3f517b6e4c7f8 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Sun, 6 Mar 2022 10:28:40 +0100 Subject: [PATCH] hw-probe: new recipe adapted for Haiku, probes are pushed on transfer.sh, then added to a google form. --- sys-apps/hw-probe/hw_probe-1.6.3~git.recipe | 33 +++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 sys-apps/hw-probe/hw_probe-1.6.3~git.recipe diff --git a/sys-apps/hw-probe/hw_probe-1.6.3~git.recipe b/sys-apps/hw-probe/hw_probe-1.6.3~git.recipe new file mode 100644 index 000000000..36ea0608f --- /dev/null +++ b/sys-apps/hw-probe/hw_probe-1.6.3~git.recipe @@ -0,0 +1,33 @@ +SUMMARY="A tool to probe for hardware, check operability" +DESCRIPTION="A probe is a snapshot of your computer's hardware state and logs.\ + The tool checks operability of devices by analysis of logs and upload the probe of \ +the computer for sharing. Adapted for Haiku, probes shared on transfer.sh, \ +published on an online Form." +HOMEPAGE="https://github.com/korli/hw-probe/" +COPYRIGHT="2014-2022 Linux Hardware Project" +LICENSE="GNU LGPL v2.1" +REVISION="1" +gitCommit="36746189310db9150d1c790f0dba3c762e9fe2ca" +SOURCE_URI="https://github.com/korli/hw-probe/archive/$gitCommit.tar.gz" +CHECKSUM_SHA256="8d58bfeecb57d1057dce3837a532dc75a7d96efe0934d15e034a7db8a26ae8cf" +SOURCE_DIR="hw-probe-$gitCommit" + +ARCHITECTURES="any" + +PROVIDES=" + hw_probe = $portVersion + cmd:hw_probe = $portVersion + " +REQUIRES=" + haiku + cmd:curl + cmd:dmidecode + cmd:lspci + cmd:perl + " + +INSTALL() +{ + mkdir $binDir + install -m 755 hw-probe.pl $binDir/hw-probe +}