app-misc/appimage-assimilate - 2.3.2 (illogician-overlay)

Search

Install

Install this version:

emerge -a =app-misc/appimage-assimilate-2.3.2

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

autounmask =app-misc/appimage-assimilate-2.3.2

Or alternatively:

emerge --autounmask-write -a =app-misc/appimage-assimilate-2.3.2

Package Information

Description:
Simple CLI tool to install and manage appimages
Homepage:
https://codeberg.org/illogician/appimage-assimilate
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
2.3.2 8 amd64 0
View Raw Ebuild
# Copyright 2025 illogician <illogician@tutamail.com>
# 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
}

Inherited Eclasses

Dependencies

BDEPEND

dev-lang/go

Manifest for 2.3.2

Type File Size Source URLs
DIST appimage-assimilate-2.3.2.tar.gz 21364 bytes https://codeberg.org/illogician/appimage-assimilate/archive/2.3.2.tar.gz