From 4a971d6972f0fdc3401ded7e9b65f7e5bf52d0c2 Mon Sep 17 00:00:00 2001 From: iFoundSilentHouse Date: Wed, 27 Mar 2024 01:10:06 +0600 Subject: [PATCH] New package: python3-dasbus-1.7 New package: python3-dasbus --- srcpkgs/python3-dasbus/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/python3-dasbus/template diff --git a/srcpkgs/python3-dasbus/template b/srcpkgs/python3-dasbus/template new file mode 100644 index 00000000000000..b2ba79f3f02c01 --- /dev/null +++ b/srcpkgs/python3-dasbus/template @@ -0,0 +1,17 @@ +# Template file for 'python3-dasbus' +pkgname=python3-dasbus +version=1.7 +revision=1 +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3 python3-gobject" +short_desc="DBus library is written in Python 3, based on GLib and inspired by pydbus" +maintainer="iFoundSilentHouse " +license="LGPL-2.1" +homepage="https://github.com/dasbus-project/dasbus" +distfiles="https://github.com/dasbus-project/dasbus/archive/refs/tags/v${version}.tar.gz" +checksum=442a8df9330d4f55704c92cbed066cf0918378418be89d6fff67721d3cba5590 + +post-install() { + vlicense LICENSE +}