From 37db7d8cd18998ec35309c6c6c308bddafe96989 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 6 Feb 2022 02:19:26 +0000 Subject: added genfstab --- repo/util/genfstab.xibuild | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 repo/util/genfstab.xibuild (limited to 'repo') diff --git a/repo/util/genfstab.xibuild b/repo/util/genfstab.xibuild new file mode 100644 index 0000000..1d1c326 --- /dev/null +++ b/repo/util/genfstab.xibuild @@ -0,0 +1,14 @@ +#!/bin/bash + +MAKEDEPS=(make asciidoc) +DEPS=(bash coreutils gawk) + +PKG_VER=24 +SOURCE=https://github.com/archlinux/arch-install-scripts.git +BRANCH=v$PKG_VER + +DESC="A tool for generating /etc/fstab files from archlinux" + +package () { + make PREFIX=/usr BINPROGS=genfstab MANS=doc/genfstab.8 install +} -- cgit v1.2.1