Skip to content

Commit

Permalink
Add zarchive
Browse files Browse the repository at this point in the history
  • Loading branch information
FireBurn committed Dec 21, 2023
1 parent 4de39eb commit 9b4cdd5
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
1 change: 1 addition & 0 deletions app-arch/zarchive/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST zarchive-0.1.1_p20220908.tar.gz 19782 BLAKE2B 017b05d74c3acebd7b916c652777e17b4e8a394dd2d6d4d8f186fc7abf659324cec2994b397f555fe407868c7b6a95bfb2410c034ff71ebcdd6ed11fe6d978a5 SHA512 4ef9439ec202112a220f71bbb40c3b9e8c818a940c651be7479a8f3dba5616b2c98d263d1c03b0957e9df78226c17e708846965c76391a21526a2338cbb0a68c
11 changes: 11 additions & 0 deletions app-arch/zarchive/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>audvare@gmail.com</email>
<name>Andrew Udvare</name>
</maintainer>
<upstream>
<remote-id type="github">Exzap/ZArchive</remote-id>
</upstream>
</pkgmetadata>
20 changes: 20 additions & 0 deletions app-arch/zarchive/zarchive-0.1.1_p20220908.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake

DESCRIPTION="Library for creating and reading zstd-compressed file archives (.zar)"
HOMEPAGE="https://github.com/Exzap/ZArchive"
SHA="d2c717730092c7bf8cbb033b12fd4001b7c4d932"
MY_PN="ZArchive"
SRC_URI="https://github.com/Exzap/${MY_PN}/archive/${SHA}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

DEPEND="app-arch/zstd"

S="${WORKDIR}/${MY_PN}-${SHA}"

0 comments on commit 9b4cdd5

Please sign in to comment.