mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
new file: projects/agwa.name/git-crypt/package.yml
This commit is contained in:
parent
9b4bee964d
commit
0c3d7f3277
1 changed files with 33 additions and 0 deletions
33
projects/agwa.name/git-crypt/package.yml
Normal file
33
projects/agwa.name/git-crypt/package.yml
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
distributable:
|
||||||
|
url: https://www.agwa.name/projects/git-crypt/downloads/git-crypt-{{version}}.tar.gz
|
||||||
|
strip-components: 1
|
||||||
|
|
||||||
|
versions:
|
||||||
|
url: https://www.agwa.name/projects/git-crypt/
|
||||||
|
match: /git-crypt-\d+\.\d+\.\d+\.tar\.gz/
|
||||||
|
strip:
|
||||||
|
- /^git-crypt-/
|
||||||
|
- /\.tar\.gz$/
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
openssl.org: '>=1.1.1'
|
||||||
|
|
||||||
|
build:
|
||||||
|
dependencies:
|
||||||
|
docbook.org: '*'
|
||||||
|
docbook.org/xsl: '*'
|
||||||
|
gnome.org/libxslt: '*'
|
||||||
|
script:
|
||||||
|
- sed -i "s|http://docbook.sourceforge.net/release/xsl/current|{{deps.docbook.org/xsl.prefix}}/libexec/docbook-xsl|g" Makefile
|
||||||
|
- make ENABLE_MAN=yes PREFIX={{prefix}} install
|
||||||
|
env:
|
||||||
|
XML_CATALOG_FILES: ${{prefix}}/etc/xml/catalog
|
||||||
|
CFLAGS: $CFLAGS -DOPENSSL_API_COMPAT=0x30000000L
|
||||||
|
|
||||||
|
provides:
|
||||||
|
- bin/git-crypt
|
||||||
|
|
||||||
|
test:
|
||||||
|
- git-crypt keygen keyfile
|
||||||
|
- ls | grep keyfile
|
||||||
|
- git-crypt version | grep {{version}}
|
Loading…
Reference in a new issue