Add docs on new top-level VCS attributes
This commit is contained in:

committed by
Todd Gamblin

parent
5d07042f23
commit
7902f3eb49
@@ -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')
|
||||
|
||||
|
Reference in New Issue
Block a user