www-apps/soupault-bin - 5.3.0 (guru)

Search

Install

Install this version:

emerge -a =www-apps/soupault-bin-5.3.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =www-apps/soupault-bin-5.3.0

Or alternatively:

emerge --autounmask-write -a =www-apps/soupault-bin-5.3.0

Package Information

Description:
Static website generator based on HTML rewriting
Homepage:
https://soupault.net
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
5.3.0 8 -* ~amd64 ~arm64 0
View Raw Ebuild
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

BASE_SRC_URI="https://github.com/PataphysicalSociety/soupault/releases/download/${PV}/soupault-${PV}-linux-@arch@.tar.gz"

DESCRIPTION="Static website generator based on HTML rewriting"
HOMEPAGE="https://soupault.net"
SRC_URI="
	amd64? ( ${BASE_SRC_URI//@arch@/x86_64} )
	arm64? ( ${BASE_SRC_URI//@arch@/arm64} )
"

LICENSE="MIT"
SLOT="0"
KEYWORDS="-* ~amd64 ~arm64"

RDEPEND="!www-apps/soupault"

QA_PREBUILT="*"

src_unpack() {
	default

	# The extracted top-level dir is named the same as the archive itself
	# (suffixed with "x86_64"/"aarch64"); dropping it lets us keep the default
	# `${S}`.
	mv "$(basename "${A}" '.tar.gz')" "${P}" || die
}

src_install() {
	dobin soupault
}

Dependencies

RDEPEND

!www-apps/soupault

Manifest for 5.3.0

Type File Size Source URLs
DIST soupault-5.3.0-linux-arm64.tar.gz 7063780 bytes https://github.com/PataphysicalSociety/soupault/releases/download/5.3.0/soupault-5.3.0-linux-arm64.tar.gz
DIST soupault-5.3.0-linux-x86_64.tar.gz 6732760 bytes https://github.com/PataphysicalSociety/soupault/releases/download/5.3.0/soupault-5.3.0-linux-x86_64.tar.gz