blob: 1abfc88215f221013324e61c00dedc19e7ab763f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit git-r3
DESCRIPTION="a collection of generally useful routines for hare programmes"
HOMEPAGE="https://git.xn--80andq.net/winter/lettuce/about/"
EGIT_REPO_URI="https://git.xn--80andq.net/winter/lettuce/"
LICENSE=""
SLOT="0"
DEPEND="dev-lang/hare"
RDEPEND="${DEPEND}"
|