Add docs on new top-level VCS attributes

This commit is contained in:
Adam J. Stewart
2018-07-25 20:35:12 -05:00
committed by Todd Gamblin
parent 5d07042f23
commit 7902f3eb49
2 changed files with 188 additions and 116 deletions

View File

@@ -29,12 +29,11 @@
class ThePlatinumSearcher(Package):
"""Fast parallel recursive grep alternative"""
homepage = "https://github.com/monochromegane/the_platinum_searcher"
url = "https://github.com/monochromegane/the_platinum_searcher"
go = "github.com/monochromegane/the_platinum_searcher/..."
package = 'github.com/monochromegane/the_platinum_searcher/...'
version('head', go=package)
version('head')
extends("go", deptypes='build')