From a983f63193415f4fa19060aa4bee97bd02cd25f8 Mon Sep 17 00:00:00 2001 From: jkoderu-git <64820459+jkoderu-git@users.noreply.github.com> Date: Mon, 27 Jul 2020 04:01:39 +0000 Subject: [PATCH] New package: pyliblo-0.10.0 --- srcpkgs/pyliblo/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/pyliblo/template diff --git a/srcpkgs/pyliblo/template b/srcpkgs/pyliblo/template new file mode 100644 index 00000000000..f5e6e340a96 --- /dev/null +++ b/srcpkgs/pyliblo/template @@ -0,0 +1,20 @@ +# Template file for 'pyliblo' +pkgname=pyliblo +version=0.10.0 +revision=1 +archs=noarch +wrksrc="pyliblo-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools python3-Cython" +makedepends="python3-devel liblo-devel" +depends="liblo" +short_desc="Python bindings for the liblo OSC library" +maintainer="Orphaned " +license="LGPL-2.1-or-later" +homepage="http://das.nasophon.de/pyliblo/" +distfiles="${PYPI_SITE}/p/pyliblo/pyliblo-${version}.tar.gz" +checksum=fc67f1950b827272b00f9f0dc4ed7113c0ccef0c1c09e9976dead40ebbf1798f + +post_install() { + vlicense COPYING +}