Files
linamh/sys-apps/sensible-utils/sensible-utils-0.0.26.ebuild
T
2026-07-01 07:41:06 +02:00

21 lines
421 B
Bash

# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Utilities for sensible alternative selection"
HOMEPAGE="https://salsa.debian.org/debian/sensible-utils"
SRC_URI="mirror://debian/pool/main/s/${PN}/${PN}_${PV}.tar.xz"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
BDEPEND="app-text/po4a"
src_install() {
default
dodoc debian/changelog
}