12345678910111213141516171819202122232425262728 |
- # vim: filetype=yaml sw=2
- filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
- # The required versions for application-services can be found at the respective
- # commit in libs/build-all.sh
- version: 4.4.0
- container:
- use_container: 1
- var:
- deps:
- - build-essential
- - tcl
- targets:
- sqlcipher-linux-x86_64:
- var:
- osname: linux-x86_64
- sqlcipher-linux-x86_64: 1
- input_files:
- - project: container-image
- - name: '[% c("var/compiler") %]'
- project: '[% c("var/compiler") %]'
- - name: nss
- project: nss
- - URL: 'https://github.com/sqlcipher/sqlcipher/archive/v[% c("version") %].tar.gz'
- name: sqlcipher
- sha256sum: 0924b2ae1079717954498bda78a30de20ce2a6083076b16214a711567821d148
|