sci-astronomy/fitsh - 0.9.4 (gentoo)

Search

Package Information

Description:
Software package for astronomical image processing
Homepage:
https://fitsh.net/
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
0.9.4 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit autotools

DESCRIPTION="Software package for astronomical image processing"
HOMEPAGE="https://fitsh.net/"
SRC_URI="https://fitsh.net/download/fitsh/${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"

PATCHES=(
	"${FILESDIR}"/${PN}-0.9.4-makefile.patch
)

src_prepare() {
	default

	local file
	for file in man/*.gz ; do
		gzip -d "${file}" || die
	done

	eautoreconf
}

Manifest for 0.9.4

Type File Size Source URLs
DIST fitsh-0.9.4.tar.gz 620247 bytes https://fitsh.net/download/fitsh/fitsh-0.9.4.tar.gz