appimage-assimilate-2.5-r1illogician-overlay
download
# Copyright 2025 illogician <[email protected]>
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit go-module
DESCRIPTION="Simple CLI tool to install and manage appimages"
HOMEPAGE="https://codeberg.org/illogician/appimage-assimilate"
SRC_URI="https://codeberg.org/illogician/appimage-assimilate/archive/${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64"
BDEPEND="dev-lang/go"
src_unpack() {
default
}
src_prepare() {
default
ego build -x
}
src_install() {
dobin appimage-assimilate
}