diff options
Diffstat (limited to 'release/packages/set-template.ucl')
| -rw-r--r-- | release/packages/set-template.ucl | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/release/packages/set-template.ucl b/release/packages/set-template.ucl new file mode 100644 index 000000000000..ff2c2d3e6057 --- /dev/null +++ b/release/packages/set-template.ucl @@ -0,0 +1,15 @@ +# This is the default set of options applied to the set metapackages. +# The options are the same as template.ucl, but we don't include any +# additional UCL files. + +name = "${PKG_NAME_PREFIX}-set-${PKGNAME}" +prefix = "/" +origin = "base/${PKG_NAME_PREFIX}-set-${PKGNAME}" +categories = [ base ] +version = "${VERSION}" +maintainer = "${PKG_MAINTAINER}" +www = "${PKG_WWW}" +licenselogic = "single" +licenses = [ BSD2CLAUSE ] + +.include(try=false,duplicate=merge) "${UCLFILES}/${PKGNAME}.ucl" |
