From e99b2ba578672fecd680621076285d9086135163 Mon Sep 17 00:00:00 2001 From: ZyxerZyxani <33463214+ZyxerZyxani@users.noreply.github.com> Date: Tue, 12 Jul 2022 12:58:12 +0000 Subject: [PATCH 1/3] New package: encryptpad-0.5.0.1 --- srcpkgs/encryptpad/template | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 srcpkgs/encryptpad/template diff --git a/srcpkgs/encryptpad/template b/srcpkgs/encryptpad/template new file mode 100644 index 000000000000..d0fa758399e4 --- /dev/null +++ b/srcpkgs/encryptpad/template @@ -0,0 +1,26 @@ +# Template file for 'encryptpad' +pkgname=encryptpad +version=0.5.0.1 +revision=1 +wrksrc=EncryptPad-${version} +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" +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 From acaea16e2889039ad0440753290fa2055bcdf407 Mon Sep 17 00:00:00 2001 From: ZyxerZyxani <33463214+ZyxerZyxani@users.noreply.github.com> Date: Tue, 12 Jul 2022 13:16:28 +0000 Subject: [PATCH 2/3] Delete srcpkgs/encryptpad directory --- srcpkgs/encryptpad/template | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 srcpkgs/encryptpad/template diff --git a/srcpkgs/encryptpad/template b/srcpkgs/encryptpad/template deleted file mode 100644 index d0fa758399e4..000000000000 --- a/srcpkgs/encryptpad/template +++ /dev/null @@ -1,26 +0,0 @@ -# Template file for 'encryptpad' -pkgname=encryptpad -version=0.5.0.1 -revision=1 -wrksrc=EncryptPad-${version} -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" -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 From 3b8c5c94025d7481db96aca02659fe8f85576bc3 Mon Sep 17 00:00:00 2001 From: ZyxerZyxani <33463214+ZyxerZyxani@users.noreply.github.com> Date: Tue, 12 Jul 2022 13:28:51 +0000 Subject: [PATCH 3/3] New package: encryptpad-0.5.0.1 Encryptpad, basic text editor with support for symmetric encryption, protect documents with password or key file. --- srcpkgs/encryptpad/template | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 srcpkgs/encryptpad/template diff --git a/srcpkgs/encryptpad/template b/srcpkgs/encryptpad/template new file mode 100644 index 000000000000..cb72f31b9470 --- /dev/null +++ b/srcpkgs/encryptpad/template @@ -0,0 +1,28 @@ +# Template file for 'encryptpad' +pkgname=encryptpad +version=0.5.0.1 +revision=1 +wrksrc=EncryptPad-${version} +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" +distfiles="https://github.com/evpo/EncryptPad/archive/v${version}.tar.gz" +checksum=8518864441d25df58e12d9d400d256a7ae1ff20dc9037954a0c8298d4d1211f5 +changelog=https://raw.githubusercontent.com/evpo/EncryptPad/master/CHANGES.htm + +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 +}