From 688bebe8a4647cb13f87d6c0efc7c6df51b68947 Mon Sep 17 00:00:00 2001 From: AbdulrahmanXSO25 Date: Sat, 5 Oct 2024 06:35:35 +0300 Subject: [PATCH] New package: batinfo-0.1 --- srcpkgs/batinfo/template | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 srcpkgs/batinfo/template diff --git a/srcpkgs/batinfo/template b/srcpkgs/batinfo/template new file mode 100644 index 00000000000000..e9eaa78848b885 --- /dev/null +++ b/srcpkgs/batinfo/template @@ -0,0 +1,15 @@ +# Template file for 'batinfo' +pkgname=batinfo +version=0.1 +revision=1 +make_use_env=yes +short_desc="Battery information tool for Linux" +maintainer="Abdulrahman " +license="BSD-2-Clause" +homepage="https://github.com/abdulrahmanxso25/batinfo" +distfiles="https://github.com/AbdulrahmanXSO25/batinfo/archive/refs/tags/v$version.tar.gz" +checksum=826aadbb6fd60c9b0c9b232d8b67d842c2216699c5c904b5c267334d11d81085 + +do_install() { + vlicense LICENSE +}