From 015d6ffe2bf2be905fbf81c4365685769ee4ca41 Mon Sep 17 00:00:00 2001 From: Alex Childs Date: Thu, 1 Jun 2023 22:26:16 -0500 Subject: [PATCH] New package: adguardian-1.3.0 --- srcpkgs/adguardian/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/adguardian/template diff --git a/srcpkgs/adguardian/template b/srcpkgs/adguardian/template new file mode 100644 index 000000000000..6a8716934c96 --- /dev/null +++ b/srcpkgs/adguardian/template @@ -0,0 +1,16 @@ +# Template file for 'adguardian' +pkgname=adguardian +version=1.3.0 +revision=1 +build_style=cargo +hostmakedepends="pkg-config" +short_desc="Terminal-based real-time traffic monitor for AdGuard home instance" +maintainer="Alex Childs " +license="MIT" +homepage="https://github.com/Lissy93/AdGuardian-Term" +distfiles="https://github.com/Lissy93/AdGuardian-Term/archive/${version}.tar.gz" +checksum=44a2ee5cdd40341ea0ea2a6800797e4440393d5d10cf377ae84db22ba0563505 + +post_install() { + vlicense LICENSE +}