From 51f4127bd5faf0160aa29cb798d3983e30bc702b 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 | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/dcnnt/template diff --git a/srcpkgs/dcnnt/template b/srcpkgs/dcnnt/template new file mode 100644 index 0000000000000..ac2acd5b816e6 --- /dev/null +++ b/srcpkgs/dcnnt/template @@ -0,0 +1,19 @@ +# 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" +checkdepends="python3-tox $depends" +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 +}