Skip to content

Commit

Permalink
main/mbuffer: tiny cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
nekopsykose committed Sep 30, 2024
1 parent e915fe2 commit d2a8d62
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions main/mbuffer/template.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
pkgname = "mbuffer"
pkgver = "20240929"
pkgrel = 0
pkgrel = 1
build_style = "cmake"
make_dir = "."
hostmakedepends = ["cmake", "ninja", "bash", "linux-headers"]
hostmakedepends = ["cmake", "ninja"]
makedepends = ["linux-headers"]
pkgdesc = "Tool for buffering data streams"
maintainer = "Erica Z <[email protected]>"
license = "GPL-3.0-only"
Expand All @@ -13,4 +14,4 @@


def pre_configure(self):
self.do("bash", "mkversion.sh")
self.do("sh", "mkversion.sh")

0 comments on commit d2a8d62

Please sign in to comment.