logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git
commit: 1a5ee38c89499709493703dc58d2a6ca3db589e9
parent b477c34a06bf06345681d8b73ae4a3c962c16d83
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Fri, 21 Apr 2023 03:48:43 +0200

sci-calculators/pc: new package, add 0.4

Diffstat:

Asci-calculators/pc/Manifest1+
Asci-calculators/pc/pc-0.4.ebuild15+++++++++++++++
2 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/sci-calculators/pc/Manifest b/sci-calculators/pc/Manifest @@ -0,0 +1 @@ +DIST pc-0.4.tar.gz 45690 BLAKE2B 7ce17474aa2d594562d0001bd69e4a8b3bf572e385ee74dd0bff4f303e9a4425ab94beabecafed2bd53cc981052c01acce9370d0ea43835b8ddd6e1803b7baf4 SHA512 d51108d93e64600051a905192edc585194c8d9d515fe7b4183f62eabb90a6d02550f64ac81df3315ff4e0548149d07feed561b5c56deba35e13b69758a5eac4f diff --git a/sci-calculators/pc/pc-0.4.ebuild b/sci-calculators/pc/pc-0.4.ebuild @@ -0,0 +1,15 @@ +# Copyright 2022 Haelwenn (lanodan) Monnier <contact@hacktivis.me> +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="9front's pc(1) (Programmer's Calculator) for Unix" +HOMEPAGE="https://sr.ht/~ft/pc/" +SRC_URI="https://git.sr.ht/~ft/pc/archive/${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +src_install() { + PREFIX=/usr default +}