File: install-extra

package info (click to toggle)
zkg 3.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,740 kB
  • sloc: python: 5,910; sh: 268; makefile: 265; cpp: 24
file content (8 lines) | stat: -rw-r--r-- 380 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
# Install from an extra source
# @TEST-EXEC: zkg --extra-source two=`pwd`/sources/two search quux > search.out
# @TEST-EXEC: grep -q -m 1 two/eve/quux search.out

# scripts/zkg doesn't add --force for us, do it by hand
# @TEST-EXEC: zkg --extra-source two=`pwd`/sources/two install quux --force
# @TEST-EXEC: zkg list > list.out
# @TEST-EXEC: grep -q -m 1 'two/eve/quux' list.out