Skip to content

Commit

Permalink
add: hyprwayland-scanner (#5941)
Browse files Browse the repository at this point in the history
Co-authored-by: oklopfer <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored May 5, 2024
1 parent 973e3bd commit 07e6e73
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions packagelist
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ hyprland-bin
hyprlang
hyprpaper
hyprpicker
hyprwayland-scanner
i3blocks-git
i3lock-color
imwheel-exclude-patched-git
Expand Down
8 changes: 8 additions & 0 deletions packages/hyprwayland-scanner/.SRCINFO
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
pkgname = hyprwayland-scanner
pkgver = 0.3.4
pkgdesc = A Hyprland implementation of wayland-scanner, in and for C++
url = https://github.com/hyprwm/hyprwayland-scanner
arch = amd64
source = https://github.com/hyprwm/hyprwayland-scanner/releases/download/v0.3.4/v0.3.4.tar.gz
maintainer = Elsie19 <[email protected]>
sha256sums = ded145e7aa6aed19db53d31ac49a14a91f2b41f5475240c03afc4e20ed5851c1
14 changes: 14 additions & 0 deletions packages/hyprwayland-scanner/hyprwayland-scanner.pacscript
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
pkgname="hyprwayland-scanner"
pkgver="0.3.4"
pkgdesc="A Hyprland implementation of wayland-scanner, in and for C++"
arch=("amd64")
url='https://github.com/hyprwm/hyprwayland-scanner'
source=("https://github.com/hyprwm/hyprwayland-scanner/releases/download/v${pkgver}/v${pkgver}.tar.gz")
sha256sums=("ded145e7aa6aed19db53d31ac49a14a91f2b41f5475240c03afc4e20ed5851c1")
maintainer=("Elsie19 <[email protected]>")

package() {
cd "hyprwayland-scanner"
install -vDm755 "hyprwayland-scanner.pc" -t "${pkgdir}/usr/lib/pkgconfig/"
install -vDm755 "hyprwayland-scanner" -t "${pkgdir}/usr/bin/"
}

0 comments on commit 07e6e73

Please sign in to comment.