From b19ea785a85d9c3bc7be4f2f666a0f2b7a5c3dd1 Mon Sep 17 00:00:00 2001 From: Christoph Junghans Date: Mon, 4 Sep 2017 12:05:49 -0600 Subject: [PATCH] sci-chemistry/votca-ctp: add ref Package-Manager: Portage-2.3.6, Repoman-2.3.1 --- sci-chemistry/votca-ctp/votca-ctp-9999.ebuild | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/sci-chemistry/votca-ctp/votca-ctp-9999.ebuild b/sci-chemistry/votca-ctp/votca-ctp-9999.ebuild index cd06c690cdfcd..ba7ad052c5aa2 100644 --- a/sci-chemistry/votca-ctp/votca-ctp-9999.ebuild +++ b/sci-chemistry/votca-ctp/votca-ctp-9999.ebuild @@ -40,3 +40,11 @@ src_configure() { ) cmake-utils_src_configure } + +pkg_postinst() { + einfo + einfo "Please read and cite:" + einfo "VOTCA-CTP, J. Chem. Theo. Comp. 7, 3335-3345 (2011)" + einfo "https://dx.doi.org/10.1021/ct200388s" + einfo +}