Andrew Geissler | d159c7f | 2021-09-02 21:05:58 -0500 | [diff] [blame] | 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 |