diff options
author | Artemis Everfree <artemis@artemis.sh> | 2024-10-19 23:08:13 -0700 |
---|---|---|
committer | Artemis Everfree <artemis@artemis.sh> | 2024-10-19 23:08:13 -0700 |
commit | b66fe593758a8ece17df1f2517a5f87944e2edc6 (patch) | |
tree | 5cfdca4703dfdafe2398c789064b2b6518bb490e /sys-apps | |
parent | app-office/obsidian: add 1.7.4 (diff) | |
download | guru-b66fe593758a8ece17df1f2517a5f87944e2edc6.tar.gz guru-b66fe593758a8ece17df1f2517a5f87944e2edc6.tar.bz2 guru-b66fe593758a8ece17df1f2517a5f87944e2edc6.zip |
sys-apps/openSeaChest: add 24.08.1
Signed-off-by: Artemis Everfree <artemis@artemis.sh>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/openSeaChest/openSeaChest-24.08.1.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sys-apps/openSeaChest/openSeaChest-24.08.1.ebuild b/sys-apps/openSeaChest/openSeaChest-24.08.1.ebuild new file mode 100644 index 000000000..977e43a0d --- /dev/null +++ b/sys-apps/openSeaChest/openSeaChest-24.08.1.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2023 Gentoo Authors +# +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +inherit meson + +DESCRIPTION="SeaGate's open source harddrive control utilities" +HOMEPAGE="https://github.com/Seagate/openSeaChest" +SRC_URI="https://github.com/Seagate/openSeaChest/releases/download/v${PV}/SourceCode_With_Submodules.tar.xz -> openSeaChest-v${PV}.tar.xz" +S="${WORKDIR}/openSeaChest-v${PV}" +LICENSE="MPL-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm64" |