mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-26 17:05:49 +02:00
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
15 lines
365 B
Bash
15 lines
365 B
Bash
# Copyright 1999-2024 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
inherit gnustep-2
|
|
|
|
DESCRIPTION="Affiche allows people to 'stick' notes"
|
|
HOMEPAGE="https://salsa.debian.org/gnustep-team/affiche.app"
|
|
SRC_URI="mirror://gentoo/${P/a/A}.tar.gz"
|
|
S="${WORKDIR}/${PN/a/A}"
|
|
|
|
LICENSE="GPL-2+"
|
|
SLOT="0"
|
|
KEYWORDS="amd64 ppc x86"
|