From 32720c1663763521992aac9abacce11ec5eb4fe1 Mon Sep 17 00:00:00 2001 From: Ilya Date: Sat, 17 Feb 2024 22:19:55 +0500 Subject: [PATCH] add dcnnt template --- srcpkgs/dcnnt/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/dcnnt/template diff --git a/srcpkgs/dcnnt/template b/srcpkgs/dcnnt/template new file mode 100644 index 0000000000000..4cf20b867c58e --- /dev/null +++ b/srcpkgs/dcnnt/template @@ -0,0 +1,18 @@ +# Template file for 'dcnnt' +pkgname=dcnnt +version=0.9.2 +revision=1 +build_style=python3-module +hostmakedepends="python3-setuptools" +makedepends="python3-devel " +depends="python3 python3-pycryptodome" +short_desc="Tool to connect Android phone with desktop similar to KDE Connect" +maintainer="Ilya " +license="MIT" +homepage="https://github.com/cyanomiko/dcnnt-py" +distfiles="https://github.com/cyanomiko/dcnnt-py/archive/refs/tags/${version}.tar.gz" +checksum=2d8c46b7d3d64a22e97699679604581bcf2db03d33c830025f4ad0e3eb62801f + +post_install() { + vlicense LICENSE +}