Skip to content

Commit

Permalink
Add keepassxc recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
d1gl committed Aug 8, 2024
1 parent d299d81 commit e9c3da1
Show file tree
Hide file tree
Showing 12 changed files with 520 additions and 0 deletions.
3 changes: 3 additions & 0 deletions APP_Source/Apps/keepassxc/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/igelpkg.output/
/igelpkg.tmp/
/igelpkg.log
1 change: 1 addition & 0 deletions APP_Source/Apps/keepassxc/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
24 changes: 24 additions & 0 deletions APP_Source/Apps/keepassxc/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"categories": [
"misc"
],
"icons": {
"app": "app.svg",
"monochrome": "monochrome.svg"
},
"name": "keepassxc",
"public_version": "2.7.4+dfsg.1-2",
"release": "",
"rw_partition": {
"flags": [
"compressed"
],
"size": "small"
},
"summary": {
"en": "keepassxc (Community)"
},
"author": "The IGEL community",
"vendor": "keepassxc Team",
"version": "2.7.4"
}
1 change: 1 addition & 0 deletions APP_Source/Apps/keepassxc/data/app.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit e9c3da1

Please sign in to comment.