Add top-level attributes for git R-Z packages

This commit is contained in:
Adam J. Stewart
2018-07-24 20:52:35 -05:00
committed by Todd Gamblin
parent a1572bb999
commit 3f18c04865
71 changed files with 210 additions and 200 deletions

View File

@@ -31,8 +31,9 @@ class Readfq(Package):
interface."""
homepage = "https://github.com/lh3/readfq"
git = "https://github.com/lh3/readfq.git"
version('2013.04.10', git='https://github.com/lh3/readfq.git', commit='4fb766095d8f459e0f8025be70f9173673905d12')
version('2013.04.10', commit='4fb766095d8f459e0f8025be70f9173673905d12')
def install(self, spec, prefix):
install_tree('.', prefix.bin)