From 12b13d2a16f77f250e8dc77708bd3b9d798078e3 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Thu, 1 Apr 2021 22:50:53 +0200 Subject: First draft for DragonflyBSD support --- etc/bindeps.d/dragonfly.txt | 2 ++ etc/pacmans.txt | 1 + 2 files changed, 3 insertions(+) create mode 100644 etc/bindeps.d/dragonfly.txt (limited to 'etc') diff --git a/etc/bindeps.d/dragonfly.txt b/etc/bindeps.d/dragonfly.txt new file mode 100644 index 0000000..f353329 --- /dev/null +++ b/etc/bindeps.d/dragonfly.txt @@ -0,0 +1,2 @@ +gcc=gcc +perl=perl5 diff --git a/etc/pacmans.txt b/etc/pacmans.txt index 9d8755d..ff8af04 100644 --- a/etc/pacmans.txt +++ b/etc/pacmans.txt @@ -1,3 +1,4 @@ +dragonfly=pkg update && pkg install-y freebsd=pkg update && pkg install -y linux-alpine_linux=apk add --no-cache linux-archlinux=pacman -Sy --noconfirm -- cgit v1.1