mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-15 23:42:37 +03:00
srclib: dashclock
This commit is contained in:
parent
25c6c4abd4
commit
da071715e1
1 changed files with 7 additions and 0 deletions
|
@ -1525,6 +1525,13 @@ def getsrclib(spec, extlib_dir, sdk_path, basepath=False):
|
|||
vcs.gotorevision(ref)
|
||||
return sdir
|
||||
|
||||
if name == 'DashClock':
|
||||
sdir = os.path.join(extlib_dir, 'DashClock')
|
||||
vcs = getvcs('git',
|
||||
'https://code.google.com/p/dashclock', sdir, sdk_path)
|
||||
vcs.gotorevision(ref)
|
||||
return sdir
|
||||
|
||||
raise BuildException('Unknown srclib ' + name)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue