Skip to content

Commit

Permalink
contrib/libcacard: new package (2.8.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
the-eater authored and q66 committed May 18, 2023
1 parent 662a56f commit b7a1a4d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions contrib/libcacard-devel
16 changes: 16 additions & 0 deletions contrib/libcacard/template.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
pkgname = "libcacard"
pkgver = "2.8.1"
pkgrel = 0
build_style = "meson"
hostmakedepends = ["meson", "pkgconf"]
makedepends = ["glib-devel", "nss-devel", "pcsc-lite-devel"]
pkgdesc = "Common Access Card library"
maintainer = "eater <=@eater.me>"
license = "LGPL-2.1-or-later"
url = "https://gitlab.freedesktop.org/spice/libcacard"
source = f"https://www.spice-space.org/download/libcacard/libcacard-{pkgver}.tar.xz"
sha256 = "fbbf4de8cb7db5bdff5ecb672ff0dbe6939fb9f344b900d51ba6295329a332e7"

@subpackage("libcacard-devel")
def _devel(self):
return self.default_devel()

0 comments on commit b7a1a4d

Please sign in to comment.