File: dune

package info (click to toggle)
zeroinstall-injector 2.18-2.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,500 kB
  • sloc: ml: 26,524; xml: 2,700; ansic: 319; sh: 236; makefile: 133; python: 105
file content (16 lines) | stat: -rw-r--r-- 430 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
(rule
  (targets 0install%{ext_exe})
  (deps %{bin:0install})
  (action (copy %{deps} %{targets})))

(rule
  (targets 0install-runenv%{ext_exe})
  (deps %{bin:0install-runenv})
  (action (copy %{deps} %{targets})))

(test
  (name test)
  (package 0install-gtk)
  (deps (alias ../../install)     ; Build the GTK plugin if possible
        0install%{ext_exe} 0install-runenv%{ext_exe})
  (libraries ounit2 zeroinstall support str))