this repo has no description
1opam-version: "2.0"
2maintainer: "romain.beauxis@gmail.com"
3homepage: "https://github.com/savonet/liquidsoap-daemon"
4authors: "The Savonet Team <savonet-users@lists.sourceforge.net>"
5available: [ os != "win32" ]
6install: [
7 ["cp" "-f" "./daemonize-liquidsoap.sh" "%{prefix}%/bin"]
8]
9remove: [
10 ["rm" "-f" "%{prefix}%/bin/daemonize-liquidsoap.sh"]
11]
12depends: ["ocaml" "liquidsoap"]
13messages: [
14 "This package installs the daemonize-liquidsoap.sh script. Once installed, you should"
15 "execute it to configure the liquidsoap daemon. Please see: https://github.com/savonet/liquidsoap-daemon"
16 "for more information about how to run the script."
17]
18bug-reports: "https://github.com/savonet/liquidsoap-daemon/issues"
19dev-repo: "git+https://github.com/savonet/liquidsoap-daemon.git"
20synopsis: "Daemonization scripts for liquidsoap"
21flags: light-uninstall
22url {
23 src: "https://github.com/savonet/liquidsoap-daemon/archive/0.3.0.tar.gz"
24 checksum: [
25 "sha256=798991a7b2daec9dcbc161503e5c38230b0561e8da915b62f5e97bc5decbad95"
26 "md5=25e114a97fd10b016f0768437e8e0b1e"
27 ]
28}