mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-13 02:30:11 +01:00
srclib SunriseSunset
This commit is contained in:
parent
2c0f772efd
commit
2474242da6
@ -1579,6 +1579,13 @@ def getsrclib(spec, extlib_dir, sdk_path, basepath=False):
|
||||
raise BuildException('Error updating MeterLib project')
|
||||
return sdir
|
||||
|
||||
if name == 'SunriseSunset':
|
||||
sdir = os.path.join(extlib_dir, 'SunriseSunset')
|
||||
vcs = getvcs('git',
|
||||
'https://github.com/mikereedell/sunrisesunsetlib-java', sdir, sdk_path)
|
||||
vcs.gotorevision(ref)
|
||||
return sdir
|
||||
|
||||
raise BuildException('Unknown srclib ' + name)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user