Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Promote the inlined version of yaml rather than the classical one
Baptiste Daroussin committed 12 years ago
commit 6f373c0533b64d2a337947c5654ebbf95cc6080c
parent 469e2a67da756e27068c52a264ef5f4763695ff0
1 file changed +18 -17
modified pkg/pkg.conf.sample
@@ -18,20 +18,21 @@ PACKAGESITE : pkg+http://pkg.freebsd.org/${ABI}/latest
#PKG_ENABLE_PLUGINS : YES
#PLUGINS	    : [commands/mystat]
#REPO_AUTOUPDATE    : YES
-
#ALIAS              :
-
#  all-depends: query %dn-%dv
-
#  annotations: info -A
-
#  build-depends: info -qd
-
#  download: fetch
-
#  iinfo: info -i -g -x
-
#  isearch: search -i -g -x
-
#  leaf: query -e "%a == 0" "%n-%v"
-
#  leaf: query -e "%a == 0" "%n-%v"
-
#  list: info -ql
-
#  origin: info -qo
-
#  provided-depends: info -qb
-
#  raw: info -R
-
#  required-depends: info -qr
-
#  shared-depends: info -qB
-
#  show: info -f -k
-
#  size: info -sq
+
ALIAS              : {
+
  all-depends: query %dn-%dv,
+
  annotations: info -A,
+
  build-depends: info -qd,
+
  download: fetch,
+
  iinfo: info -i -g -x,
+
  isearch: search -i -g -x,
+
  leaf: query -e "%a == 0" "%n-%v",
+
  leaf: query -e "%a == 0" "%n-%v",
+
  list: info -ql,
+
  origin: info -qo,
+
  provided-depends: info -qb,
+
  raw: info -R,
+
  required-depends: info -qr,
+
  shared-depends: info -qB,
+
  show: info -f -k,
+
  size: info -sq,
+
  }