diff options
author | Christoph Junghans <junghans@gentoo.org> | 2017-09-04 12:05:49 -0600 |
---|---|---|
committer | Christoph Junghans <junghans@gentoo.org> | 2017-09-04 12:06:02 -0600 |
commit | b19ea785a85d9c3bc7be4f2f666a0f2b7a5c3dd1 (patch) | |
tree | 857138054260cd9c00866d906142aef6610b98ed /sci-chemistry/votca-ctp | |
parent | sci-chemistry/votca-xtp: fix doc build (diff) | |
download | gentoo-b19ea785a85d9c3bc7be4f2f666a0f2b7a5c3dd1.tar.gz gentoo-b19ea785a85d9c3bc7be4f2f666a0f2b7a5c3dd1.tar.bz2 gentoo-b19ea785a85d9c3bc7be4f2f666a0f2b7a5c3dd1.zip |
sci-chemistry/votca-ctp: add ref
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'sci-chemistry/votca-ctp')
-rw-r--r-- | sci-chemistry/votca-ctp/votca-ctp-9999.ebuild | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sci-chemistry/votca-ctp/votca-ctp-9999.ebuild b/sci-chemistry/votca-ctp/votca-ctp-9999.ebuild index cd06c690cdfc..ba7ad052c5aa 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 +} |