Skip to content

Commit

Permalink
contrib/wbg: new package (1.2.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ogromny authored and nekopsykose committed May 7, 2024
1 parent c7af187 commit d8600ca
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions contrib/wbg/template.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
pkgname = "wbg"
pkgver = "1.2.0"
pkgrel = 0
build_style = "meson"
hostmakedepends = [
"meson",
"pkgconf",
"wayland-progs",
]
makedepends = [
"libjpeg-turbo-devel",
"libpng-devel",
"libwebp-devel",
"pixman-devel",
"tllist",
"wayland-devel",
"wayland-protocols",
]
pkgdesc = "Wallpaper application for Wayland compositors"
maintainer = "ogromny <ogromnycoding@gmail.com>"
license = "MIT"
url = "https://codeberg.org/dnkl/wbg"
source = f"{url}/releases/download/{pkgver}/{pkgname}-{pkgver}.tar.gz"
sha256 = "a176576f3ca8d0494a5ce60a06970c093dcb46020ca678e5a327034ad8477a5e"


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

0 comments on commit d8600ca

Please sign in to comment.