mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 08:03:16 -04:00
sys-fs/dwarfs-bin: updated to 0.6.1
See https://github.com/mhx/dwarfs/releases/tag/v0.6.1 and https://github.com/mhx/dwarfs/releases/tag/v0.6.0 for complete changelog. Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Denis Reva <denis7774@gmail.com>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST dwarfs-0.5.6-Linux.tar.xz 5051444 BLAKE2B 35ef9a6b7a34e2b8a70dccecc85bcf570bd96250bfe4c2337872e67e8cef143b41ff7c5bdef5f198ba6622fd99c5bdd0c056db07b6116772b35ca1c74620a00b SHA512 41087ca4b5217810237fd8e97a138ea51a1c1dc4e984c7efe3626aebdea52f07c7794baf3e1dca2ef28de686a4caab75721ee09d4a2495c4144f92c3ebbac6ec
|
||||
DIST dwarfs-0.6.1-Linux.tar.xz 5849676 BLAKE2B 0bf7faf3466bed4c22130f11125e5933ce9a7bde066b18a818b037b9a4f2db620ea8d9487258a3ef6b487fc12414825be5938aeca4947b7cc30ac0139189eb72 SHA512 d8e1b199a60c877b36e946a1f7f71ca02773c8ce0e80377229e930a1a66fd3162b9dc11115e2016720e86c0f3af9da5887b1ea90608da05d616712ec6d7976c1
|
||||
|
||||
47
sys-fs/dwarfs-bin/dwarfs-bin-0.6.1.ebuild
Normal file
47
sys-fs/dwarfs-bin/dwarfs-bin-0.6.1.ebuild
Normal file
@@ -0,0 +1,47 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DESCRIPTION="Static version of a fast very high compression read-only FUSE file system"
|
||||
HOMEPAGE="https://github.com/mhx/dwarfs"
|
||||
SRC_URI="https://github.com/mhx/dwarfs/releases/download/v${PV}/dwarfs-${PV}-Linux.tar.xz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="
|
||||
${PYTHON_DEPS}
|
||||
sys-fs/fuse:3
|
||||
!sys-fs/dwarfs
|
||||
"
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
"
|
||||
S="${WORKDIR}/dwarfs-${PV}-Linux/"
|
||||
QA_PREBUILT="
|
||||
sbin/dwarfs
|
||||
bin/*
|
||||
"
|
||||
src_prepare() {
|
||||
default
|
||||
einfo "Removing legacy fuse2-related stuff..."
|
||||
rm sbin/dwarfs2 sbin/mount.dwarfs2
|
||||
einfo "Done. Correcting man paths..."
|
||||
mkdir -p usr/
|
||||
mv share/ usr/
|
||||
einfo "Done."
|
||||
}
|
||||
|
||||
src_install(){
|
||||
mv "${S}"/* "${D}"/
|
||||
}
|
||||
|
||||
pkg_postinst(){
|
||||
elog "You may find more information in the"
|
||||
elog "${HOMEPAGE}"
|
||||
elog "About creating: ${HOMEPAGE}/blob/main/doc/mkdwarfs.md"
|
||||
elog "About mounting: ${HOMEPAGE}/blob/main/doc/dwarfs.md"
|
||||
}
|
||||
Reference in New Issue
Block a user