Skip to content

Commit

Permalink
user/luksmeta: new package (9)
Browse files Browse the repository at this point in the history
  • Loading branch information
Natthias committed Sep 26, 2024
1 parent 0b13144 commit 5dfb12b
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
1 change: 1 addition & 0 deletions user/luksmeta-devel
32 changes: 32 additions & 0 deletions user/luksmeta/template.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
pkgname = "luksmeta"
pkgver = "9"
pkgrel = 0
build_style = "gnu_configure"
make_cmd = "gmake"
hostmakedepends = [
"asciidoc",
"autoconf",
"automake",
"gmake",
"libtool",
"libxml2-progs",
"pkgconf",
]
makedepends = ["cryptsetup-devel"]
checkdepends = [
"bash",
"cryptsetup",
]
pkgdesc = "Simple library for storing metadata in the LUKSv1 header"
maintainer = "natthias <[email protected]>"
license = "GPL-3.0-only"
url = "https://github.com/latchset/luksmeta"
source = f"{url}/archive/refs/tags/v{pkgver}.tar.gz"
sha256 = "0eea7d50a0411e0c1e383fd47073806ed7d435b27410504e33bfbc792a1688fc"
# vis breaks symbols
hardening = ["!vis", "!cfi"]


@subpackage("luksmeta-devel")
def _(self):
return self.default_devel()

0 comments on commit 5dfb12b

Please sign in to comment.