summaryrefslogtreecommitdiff
path: root/sci-chemistry/bodr/bodr-10.ebuild
blob: ac998b66ccc51185e10b91fb1ceab638f27717ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="The Blue Obelisk Data Repository listing element and isotope properties"
HOMEPAGE="https://sourceforge.net/projects/bodr"
SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.bz2"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~ppc-macos"

BDEPEND="dev-libs/libxslt"

src_prepare() {
	default
	sed -i -e "s/COPYING//g" Makefile.* || die
}