37 lines
972 B
Plaintext
37 lines
972 B
Plaintext
# This file is generated by dune, edit dune-project instead
|
|
opam-version: "2.0"
|
|
synopsis: "Take screenshot under Wayland"
|
|
description:
|
|
"Sun is an OCaml executable to take screenshot from the command line in Wayland, using grim and slurp."
|
|
maintainer: ["Léo Andrès <contact@ndrs.fr>"]
|
|
authors: ["Léo Andrès <contact@ndrs.fr>"]
|
|
license: "ISC"
|
|
tags: ["sun" "screenshot" "wayland" "grim" "slurp"]
|
|
homepage: "https://git.zapashcanon.fr/zapashcanon/sun"
|
|
bug-reports: "https://git.zapashcanon.fr/zapashcanon/sun/issues"
|
|
depends: [
|
|
"dune" {>= "2.9"}
|
|
"ocaml" {>= "4.13"}
|
|
"cmdliner" {>= "1.1.0"}
|
|
"directories"
|
|
"scfg"
|
|
"odoc" {with-doc}
|
|
]
|
|
build: [
|
|
["dune" "subst"] {dev}
|
|
[
|
|
"dune"
|
|
"build"
|
|
"-p"
|
|
name
|
|
"-j"
|
|
jobs
|
|
"--promote-install-files=false"
|
|
"@install"
|
|
"@runtest" {with-test}
|
|
"@doc" {with-doc}
|
|
]
|
|
["dune" "install" "-p" name "--create-install-files" name]
|
|
]
|
|
dev-repo: "git+https://git.zapashcanon.fr/zapashcanon/sun.git"
|