Skip to content

Commit

Permalink
contrib/libdmtx: new package (0.7.7)
Browse files Browse the repository at this point in the history
  • Loading branch information
nekopsykose committed Jun 1, 2024
1 parent 96d9979 commit 6236800
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
1 change: 1 addition & 0 deletions contrib/libdmtx-devel
24 changes: 24 additions & 0 deletions contrib/libdmtx/template.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
pkgname = "libdmtx"
pkgver = "0.7.7"
pkgrel = 0
build_style = "gnu_configure"
hostmakedepends = [
"automake",
"libtool",
"pkgconf",
]
pkgdesc = "Data Matrix 2D library"
maintainer = "psykose <alice@ayaya.dev>"
license = "BSD-2-Clause"
url = "https://github.com/dmtx/libdmtx"
source = f"{url}/archive/refs/tags/v{pkgver}.tar.gz"
sha256 = "7aa62adcefdd6e24bdabeb82b3ce41a8d35f4a0c95ab0c4438206aecafd6e1a1"


def post_install(self):
self.install_license("LICENSE")


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

0 comments on commit 6236800

Please sign in to comment.