mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 08:03:16 -04:00
app-office/standartnotes-bin: add 3.183.22
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
This commit is contained in:
1
app-office/standartnotes-bin/Manifest
Normal file
1
app-office/standartnotes-bin/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST standard-notes-3.183.22-linux-x86_64.AppImage 154482446 BLAKE2B b9b7486257617b6a699363ff402db3d9592f3621dd4f93d916ddfb4c73ad20970a8fc7859f7771ba6bfb958cedbc1bfb31e5144cb2d09fa57a4cee76bdd14044 SHA512 a93271ffd831b94b5828c53d055b907a4b8343eb254e049cf65793130c78eba52b429bbe800652b27459cfce2fd566605953c32d007a36c182a6849a6a3c2f01
|
||||
12
app-office/standartnotes-bin/metadata.xml
Normal file
12
app-office/standartnotes-bin/metadata.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<name>Vitaly Zdanevich</name>
|
||||
<email>zdanevich.vitaly@ya.ru</email>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">standardnotes/app</remote-id>
|
||||
<bugs-to>https://github.com/standardnotes/forum/issues/</bugs-to>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@@ -0,0 +1,24 @@
|
||||
# Copyright 1999-2023 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="End-to-end encrypted note-taking app, alternative to Evernote"
|
||||
HOMEPAGE="https://standardnotes.com"
|
||||
|
||||
SRC_URI="https://github.com/standardnotes/app/releases/download/%40standardnotes%2Fdesktop%40${PV}/standard-notes-${PV}-linux-x86_64.AppImage"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
LICENSE="AGPL-3"
|
||||
SLOT="0"
|
||||
RESTRICT="strip"
|
||||
|
||||
RDEPEND="sys-fs/fuse:0"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
QA_PREBUILT="*"
|
||||
|
||||
src_install() {
|
||||
newbin "${DISTDIR}/standard-notes-${PV}-linux-x86_64.AppImage" standard-notes-bin
|
||||
}
|
||||
Reference in New Issue
Block a user