forked from ocaml/opam-repository
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request ocaml#25073 from kit-ty-kate/opam-publish-waylaunc…
…h.0.3.0 Package waylaunch.0.3.0
- Loading branch information
Showing
1 changed file
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
opam-version: "2.0" | ||
synopsis: "Waylaunch is a program launcher for Wayland" | ||
maintainer: "Kate <[email protected]>" | ||
authors: "Kate <[email protected]>" | ||
license: "GPL-3.0-or-later" | ||
tags: ["wayland" "program" "launcher" "sway"] | ||
homepage: "https://github.com/kit-ty-kate/waylaunch" | ||
bug-reports: "https://github.com/kit-ty-kate/waylaunch/issues" | ||
depends: [ | ||
"dune" {>= "2.7"} | ||
"ocaml" {>= "4.11"} | ||
"dune-configurator" {>= "2.7"} | ||
"bos" {>= "0.2.0"} | ||
"fpath" {>= "0.7.0"} | ||
"rresult" {>= "0.6.0"} | ||
"conf-pkg-config" {build} | ||
"conf-libwayland" {build} | ||
"conf-wayland-protocols" {build} | ||
"conf-xkbcommon" {build} | ||
"conf-cairo" {build} | ||
"conf-pango" {build} | ||
] | ||
available: os = "linux" # FreeBSD is not supported as epoll is used | ||
build: ["dune" "build" "-p" name "-j" jobs] | ||
dev-repo: "git+https://github.com/kit-ty-kate/waylaunch.git" | ||
url { | ||
src: | ||
"https://github.com/kit-ty-kate/waylaunch/releases/download/0.3.0/waylaunch-0.3.0.tar.gz" | ||
checksum: [ | ||
"md5=fa64c35c5a8b6e7a1f6923dae6012b89" | ||
"sha512=1ebb7e1d8863d7ac0a6863d3cd83068ff4e2fbb00ff89202a2c65c0e9be30dbe75a5c329ab6bc4a722132c8edf0e4e645d2c68512f62087f61676ba99ab037cc" | ||
] | ||
} |