xref: /freebsd/release/packages/ucl/bsdinstall.ucl (revision 014647a30ff4c76a99962ee6b079db0d9cdf5949)
1*014647a3SLexi Winter/*
2*014647a3SLexi Winter * SPDX-License-Identifier: ISC
3*014647a3SLexi Winter *
4*014647a3SLexi Winter * Copyright (c) 2025 Lexi Winter <ivy@FreeBSD.org>
5*014647a3SLexi Winter *
6*014647a3SLexi Winter * Permission to use, copy, modify, and distribute this software for any
7*014647a3SLexi Winter * purpose with or without fee is hereby granted, provided that the above
8*014647a3SLexi Winter * copyright notice and this permission notice appear in all copies.
9*014647a3SLexi Winter *
10*014647a3SLexi Winter * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
11*014647a3SLexi Winter * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
12*014647a3SLexi Winter * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
13*014647a3SLexi Winter * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
14*014647a3SLexi Winter * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
15*014647a3SLexi Winter * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
16*014647a3SLexi Winter * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17*014647a3SLexi Winter */
18*014647a3SLexi Winter
19*014647a3SLexi Winterdeps {
20*014647a3SLexi Winter	# bsdinstall is written in shell script, so it needs /bin/sh
21*014647a3SLexi Winter	"runtime" {
22*014647a3SLexi Winter		version = "${VERSION}"
23*014647a3SLexi Winter		origin = "base"
24*014647a3SLexi Winter	},
25*014647a3SLexi Winter}
26