amber99sbnmr-ildn-0_pre130901science
download
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="AMBER99SBnmr1-ILDN FF (Lindorff-Larsen et al., Proteins 78, 1950-58, 2010)"
HOMEPAGE="https://research.cbc.osu.edu/bruschweiler.1/protein-force-field/"
SRC_URI="
https://research.cbc.osu.edu/bruschweiler.1/wp-content/uploads/2013/09/nmr1-ildn.tar -> ${P}.tar
"
S="${WORKDIR}"
SLOT="0"
LICENSE="all-rights-reserved"
KEYWORDS="~amd64 ~x86"
RESTRICT="strip binchecks"
src_install() {
insinto /usr/share/gromacs/top/
dodoc ./*/*.doc
rm ./*/*.doc || die
doins -r ./*
}