adding bdisk-git

This commit is contained in:
brent s
2016-11-21 01:10:18 -05:00
parent 23522feab0
commit 63cd9fea87
7 changed files with 44 additions and 9 deletions

View File

@@ -1,3 +1,2 @@
{% for tpl in pkgbuild_list %}
{% include tpl %}
{% for tpl in pkgbuild_list %}{% include tpl %}
{% endfor %}

View File

@@ -10,7 +10,7 @@ pkgbase = {{ pkg['name'] }}
license = {{ license }}{% endfor %}{% if pkg['deps'] is defined and pkg['deps']|length > 0 %}{% for dep in pkg['deps'] %}
depends = {{ dep }}{% endfor %}{% endif %}{% if pkg['optdeps'] is defined and pkg['optdeps']|length > 0 %}{% for dep in pkg['optdeps'] %}
optdepends = {{ dep }}{% endfor %}{% endif %}
source = {{ pkg['srcurl'] }}{% if pkg['srcfile'] is defined %}
source = {{ pkg['srcurl'] }}{% if pkg['srcfile'] is defined and pkg['srcfile'] != false %}
source = {{ pkg['srcfile'] }}.sig{% endif %}
sha512sums = {{ pkg['srchash'] }}{% if pkg['srcfile'] is defined%}
sha512sums = SKIP{% endif %}

View File

@@ -1,3 +1,2 @@
{% for tpl in pkgbuild_list %}
{% include tpl %}
{% for tpl in pkgbuild_list %}{% include tpl %}
{% endfor %}