app-admin/passgen-il - 1.4 (illogician-overlay)

Search

Package Information

Description:
A password generator that's easy to use
Homepage:
https://codeberg.org/illogician/passgen-il
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
1.4 8 amd64 0
View Raw Ebuild
# Copyright 2025-2026 illogician <illogician@tutamail.com>
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit flag-o-matic go-module desktop


DESCRIPTION="A password generator that's easy to use"
HOMEPAGE="https://codeberg.org/illogician/passgen-il"
SRC_URI="https://codeberg.org/illogician/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI+=" https://codeberg.org/illogician/illogician-overlay/raw/branch/main/app-admin/passgen-il/${PN}-1.4+-vendor.tar.xz"
S="${WORKDIR}/${PN}"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64"
IUSE="+gui"

BDEPEND="dev-lang/go
		gui? (
		sys-devel/gcc
		x11-libs/gtk+:3
		dev-util/pkgconf
		)"

src_unpack() {
	default
}

src_prepare() {
	default
	ego get codeberg.org/illogician/passgen-il/passgen-il-gui
	use !gui && sed -i /flagged/d main.go
	ego build
}

src_install() {
	dobin passgen-il
	use gui && doicon ${S}/misc/passgen-il-lock.svg
	use gui && domenu ${S}/misc/${PN}.desktop
}

USE Flags

gui
Default: Enabled (+)

Dependencies

BDEPEND

dev-lang/go
		gui? (
		sys-devel/gcc
		x11-libs/gtk+:3
		dev-util/pkgconf
		)

Manifest for 1.4

Type File Size Source URLs
DIST passgen-il-1.4.tar.gz 1106790 bytes https://codeberg.org/illogician/passgen-il/archive/1.4.tar.gz