mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 08:03:16 -04:00
12 lines
599 B
Plaintext
12 lines
599 B
Plaintext
DEFINED_PHASES=install postinst prepare unpack
|
|
DEPEND=sys-fs/fuse:3
|
|
DESCRIPTION=Static version of a fast very high compression read-only FUSE file system
|
|
EAPI=8
|
|
HOMEPAGE=https://github.com/mhx/dwarfs
|
|
KEYWORDS=-* ~amd64 ~arm64
|
|
LICENSE=GPL-3
|
|
RDEPEND=sys-fs/fuse:3
|
|
SLOT=0
|
|
SRC_URI=amd64? ( https://github.com/mhx/dwarfs/releases/download/v0.11.0/dwarfs-0.11.0-Linux-x86_64-clang.tar.xz -> dwarfs-bin-0.11.0-amd64.tar.xz ) arm64? ( https://github.com/mhx/dwarfs/releases/download/v0.11.0/dwarfs-0.11.0-Linux-aarch64-clang.tar.xz -> dwarfs-bin-0.11.0-arm64.tar.gz )
|
|
_md5_=caa55f8e370b1bb90809902bfa331940
|