From 52fb071e9880cd8e6c144c8fa98bfcdea591ab56 Mon Sep 17 00:00:00 2001 From: Lorem Date: Sun, 19 Apr 2020 14:03:17 +0530 Subject: [PATCH] New package: python3-pure-protobuf-2.0.0 --- srcpkgs/python3-pure-protobuf/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/python3-pure-protobuf/template diff --git a/srcpkgs/python3-pure-protobuf/template b/srcpkgs/python3-pure-protobuf/template new file mode 100644 index 00000000000..ffbbf446a3f --- /dev/null +++ b/srcpkgs/python3-pure-protobuf/template @@ -0,0 +1,20 @@ +# Template file for 'python3-pure-protobuf' +pkgname=python3-pure-protobuf +version=2.0.0 +revision=1 +archs=noarch +wrksrc=protobuf-${version} +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3" +short_desc="Python implementation of Protocol Buffers data types" +maintainer="Lorem " +license="MIT" +homepage="https://github.com/eigenein/protobuf" +changelog="https://github.com/eigenein/protobuf/blob/master/CHANGELOG.md" +distfiles="https://github.com/eigenein/protobuf/archive/${version}.tar.gz" +checksum=e1303e8ae29ce5e33254d49f93d896d04b040070f89e87232e33ecdfbb4ea6d9 + +post_install() { + vlicense LICENSE +}