diff options
Diffstat (limited to 'recipes-security')
| -rw-r--r-- | recipes-security/cryfs/cryfs_0.10.3.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes-security/cryfs/cryfs_0.10.3.bb b/recipes-security/cryfs/cryfs_0.10.3.bb new file mode 100644 index 0000000..74f32a4 --- /dev/null +++ b/recipes-security/cryfs/cryfs_0.10.3.bb | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | SUMMARY = "CryFS encrypts your files, so you can safely store them anywhere." | ||
| 2 | HOMEDIR = "https://www.cryfs.org" | ||
| 3 | |||
| 4 | LICENSE = "LGPL-3.0" | ||
| 5 | FILE_CHK_SUM = "file://;md5=12345" | ||
| 6 | |||
| 7 | SRC_URI = "https://github.com/${BPN}/${BPN}.git" | ||
| 8 | SRCREV = "0f83a1ab7e5ca9f37f97bc57b20d3fab0f351d11" | ||
| 9 | |||
| 10 | inherit cmake | ||
