21 lines
421 B
Bash
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
|
|
}
|