commit 073059a57e9b865a366bfa29e12b3a851d9e7ad5 parent 77c0d351fec64f6c0720dcb563b09df98f8d5f01 Author: Nihal Jere <nihal@nihaljere.xyz> Date: Wed, 3 Feb 2021 21:38:20 -0600 units: new package Diffstat:
A | units/build | | | 8 | ++++++++ |
A | units/checksums | | | 1 | + |
A | units/sources | | | 1 | + |
A | units/version | | | 1 | + |
4 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/units/build b/units/build @@ -0,0 +1,8 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --sysconfdir=/etc + +make +make DESTDIR="$1" install diff --git a/units/checksums b/units/checksums @@ -0,0 +1 @@ +6c3e80a9f980589fd962a5852a2674642257db1c5fd5b27c4d9e664f3486cbaf diff --git a/units/sources b/units/sources @@ -0,0 +1 @@ +https://ftp.gnu.org/gnu/units/units-2.21.tar.gz diff --git a/units/version b/units/version @@ -0,0 +1 @@ +2.21 1