dev-libs/datapack - 0.3 (ext-devlibs)

Search

Install

Install this version:

emerge -a =dev-libs/datapack-0.3

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-libs/datapack-0.3

Or alternatively:

emerge --autounmask-write -a =dev-libs/datapack-0.3

Package Information

Description:
datapack
Homepage:
https://github.com/ext/datapack
License:
BSD

Ebuild Details

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

EAPI=8
inherit autotools

DESCRIPTION="datapack"
HOMEPAGE="https://github.com/ext/datapack"
SRC_URI="https://github.com/ext/datapack/archive/v${PV}.tar.gz -> datapack-${PV}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"

src_prepare() {
	default
	eautoreconf
}

src_install() {
	default
	find "${D}" -name '*.la' -exec rm -f {} +
}

Inherited Eclasses

Manifest for 0.3

Type File Size Source URLs
DIST datapack-0.3.tar.gz 13688 bytes https://github.com/ext/datapack/archive/v0.3.tar.gz