16 lines
402 B
Bash
16 lines
402 B
Bash
# Copyright 2022 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
DESCRIPTION="Génération d'une archive de mailing list en HTML."
|
|
HOMEPAGE="https://git.causal.agency/bubger/about/"
|
|
SRC_URI="https://git.causal.agency/bubger/snapshot/bubger-${PV}.tar.gz"
|
|
|
|
LICENSE="GPL-3"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64"
|
|
|
|
DEPEND="dev-libs/libretls:="
|
|
RDEPEND="${DEPEND}"
|
|
BDEPEND=""
|