From b79d58cae29a20a4343bb2cfad24026e8f25eab4 Mon Sep 17 00:00:00 2001 From: Bleznudd Date: Mon, 28 Dec 2020 18:19:53 +0100 Subject: [PATCH] New package: python3-liblarch-3.0.1 --- srcpkgs/python3-liblarch/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/python3-liblarch/template diff --git a/srcpkgs/python3-liblarch/template b/srcpkgs/python3-liblarch/template new file mode 100644 index 00000000000..e18f74ec872 --- /dev/null +++ b/srcpkgs/python3-liblarch/template @@ -0,0 +1,18 @@ +# Template file for 'python3-liblarch' +pkgname=python3-liblarch +version=3.0.1 +revision=1 +wrksrc=liblarch-${version} +build_style=python3-module +makedepends="python3-setuptools" +depends="python3 python3-gobject gtk+3" +short_desc="Library to handle data structures such as trees and acyclic graphs" +maintainer="Bleznudd " +license="LGPL-3.0-only" +homepage="https://github.com/getting-things-gnome/liblarch" +distfiles="${homepage}/archive/v${version}.tar.gz" +checksum=3a866cc43873454b88ae5526207555aca1f0e16e3120577d6135ea13db98ca68 + +if [ "${CROSS_BUILD}" ]; then + hostmakedepends="python3" +fi