From 35c16b14d51f10e84c021540839a5912ed5e52c2 Mon Sep 17 00:00:00 2001 From: Zyxer Zyxani Date: Sun, 24 Jul 2022 19:05:11 +0200 Subject: [PATCH] New package EncryptPad-0.5.0.1 --- srcpkgs/EncryptPad/template | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 srcpkgs/EncryptPad/template diff --git a/srcpkgs/EncryptPad/template b/srcpkgs/EncryptPad/template new file mode 100644 index 000000000000..217ccfac8b7b --- /dev/null +++ b/srcpkgs/EncryptPad/template @@ -0,0 +1,27 @@ +# Template file for 'EncryptPad' +pkgname=EncryptPad +version=0.5.0.1 +revision=1 +build_style=configure +configure_script="./configure.py" +hostmakedepends="pkg-config python3" +makedepends="botan-devel bzip2-devel qt5-devel zlib-devel" +short_desc="Minimalist secure text editor and file encryptor" +maintainer="Zyxer Zyxani " +license="GPL-2.0-or-later" +homepage="https://github.com/evpo/EncryptPad" +changelog="https://github.com/evpo/EncryptPad/blob/master/CHANGES.md" +distfiles="https://github.com/evpo/EncryptPad/archive/v${version}.tar.gz" +checksum=8518864441d25df58e12d9d400d256a7ae1ff20dc9037954a0c8298d4d1211f5 + +do_install() { + vbin bin/release/encryptcli + vbin bin/release/encryptpad + + vinstall encryptpad.desktop 644 usr/share/applications + vinstall encryptpad.xml 644 usr/share/mime/packages + + for res in 16x16 32x32 128x128; do + vinstall images/icns.iconset/icon_${res}.png 644 usr/share/icons/hicolor/${res}/apps encryptpad.png + done +}