blob: d2def1b6e11936957202a04404a32569fd2e8574 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Puppy Linux .pet to .tar.gz converter"
HOMEPAGE="https://sourceforge.net/projects/pet2tgz/"
SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
|