From 382253380b8a1067da8ca9e70c62f3e0ade0cca3 Mon Sep 17 00:00:00 2001 From: Lorem Date: Thu, 9 Apr 2020 14:04:55 +0530 Subject: [PATCH] New package: minigalaxy-0.9.3 --- srcpkgs/minigalaxy/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/minigalaxy/template diff --git a/srcpkgs/minigalaxy/template b/srcpkgs/minigalaxy/template new file mode 100644 index 00000000000..32fc6d2d800 --- /dev/null +++ b/srcpkgs/minigalaxy/template @@ -0,0 +1,18 @@ +# Template file for 'minigalaxy' +pkgname=minigalaxy +version=0.9.3 +revision=1 +archs=noarch +build_style=python3-module +hostmakedepends="desktop-file-utils gettext python3-gobject python3-requests" +depends="hicolor-icon-theme webkit2gtk python3-gobject python3-requests" +short_desc="Simple GOG client for Linux" +maintainer="Lorem " +license="GPL-3.0-or-later, CC-BY-3.0" +homepage="https://sharkwouter.github.io/minigalaxy/" +distfiles="https://github.com/sharkwouter/minigalaxy/archive/${version}.tar.gz" +checksum=8a6baf259f2c1508085a18fe3f30c2071817d67b601385e4c6b51025abd3d9cb + +post_install() { + vlicense THIRD-PARTY-LICENSES.md LICENSE +}