app-text/antixls - 0.3b (gentoo)

Search

Package Information

Description:
Print out an XLS file with minimal formatting, or extract the data into CSV
Homepage:
https://wiki.gentoo.org/wiki/No_homepage
License:
public-domain

Ebuild Details

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

EAPI=8

DESCRIPTION="Print out an XLS file with minimal formatting, or extract the data into CSV"
HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
SRC_URI="https://dev.gentoo.org/~grobian/distfiles/${P}.perl"

LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~arm64-macos ~x64-macos ~x64-solaris"

DEPEND="dev-perl/Spreadsheet-ParseExcel"
RDEPEND="${DEPEND}"

src_unpack() {
	mkdir "${S}" || die
	cp "${DISTDIR}/${P}.perl" "${S}"/${PN} || die
}

src_install() {
	dobin ${PN}
}

Dependencies

DEPEND

dev-perl/Spreadsheet-ParseExcel

RDEPEND

dev-perl/Spreadsheet-ParseExcel

Manifest for 0.3b

Type File Size Source URLs
DIST antixls-0.3b.perl 4627 bytes https://dev.gentoo.org/~grobian/distfiles/antixls-0.3b.perl