Sha256: 762c9251ca87e6215ba52c85c4f63c447276f81024fee9e11e3fa6bb0c68f676

Contents?: true

Size: 204 Bytes

Versions: 2

Compression:

Stored size: 204 Bytes

Contents

#!/bin/sh

# These are example outputs captured from running the actual pkg_info
# command on a FreeBSD system

case "$2" in
'curl-*')
    printf "curl-7.24.0\n"
    ;;
'bogus')
    printf ""
    ;;
esac

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tpkg-2.3.5 test/testcmds/freebsd/pkg_info
tpkg-2.3.4 test/testcmds/freebsd/pkg_info