mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-09 17:00:12 +01:00
Rescu srclib
This commit is contained in:
parent
44a364ba1c
commit
dfd5a9fd65
@ -1861,6 +1861,13 @@ def getsrclib(spec, extlib_dir, sdk_path, basepath=False):
|
|||||||
return sdir
|
return sdir
|
||||||
return libdir
|
return libdir
|
||||||
|
|
||||||
|
if name == 'Rescu':
|
||||||
|
sdir = os.path.join(extlib_dir, 'Rescu')
|
||||||
|
vcs = getvcs('git',
|
||||||
|
'https://github.com/mmazi/rescu', sdir, sdk_path)
|
||||||
|
vcs.gotorevision(ref)
|
||||||
|
return sdir
|
||||||
|
|
||||||
raise BuildException('Unknown srclib ' + name)
|
raise BuildException('Unknown srclib ' + name)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user