Skip to content

Commit

Permalink
Add bash
Browse files Browse the repository at this point in the history
  • Loading branch information
alecthomas committed Jan 26, 2023
1 parent c2986c6 commit 0036ae0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pkgs/bash/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
VERSION ?= 5.2.15
NAME = bash
SOURCE = https://ftpmirror.gnu.org/bash/bash-$(VERSION).tar.gz

include $(shell git rev-parse --show-toplevel)/pkgs/build.mk

configure:
./configure --prefix=/

build:
$(MAKE)

install:
$(MAKE) DESTDIR=$(DESTDIR) install

0 comments on commit 0036ae0

Please sign in to comment.