diff --git a/srcpkgs/adguardian/template b/srcpkgs/adguardian/template new file mode 100644 index 00000000000..a9f1f76579f --- /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 +}