forked from Mirror/pmbootstrap
Migration guide: https://github.com/postmarketOS/pmbootstrap/wiki/Migration-to-aports-subfolders
This commit is contained in:
parent
6dbf3c7872
commit
314c17e03c
253 changed files with 58 additions and 42 deletions
|
@ -100,8 +100,9 @@ def menuconfig(args):
|
|||
|
||||
|
||||
def parse_apkbuild(args):
|
||||
build_path = args.aports + "/" + args.package + "/APKBUILD"
|
||||
print(json.dumps(pmb.parse.apkbuild(args, build_path), indent=4))
|
||||
aport = pmb.build.other.find_aport(args, args.package)
|
||||
path = aport + "/APKBUILD"
|
||||
print(json.dumps(pmb.parse.apkbuild(args, path), indent=4))
|
||||
|
||||
|
||||
def parse_apkindex(args):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue