summaryrefslogtreecommitdiff
path: root/repo/envsubst/envsubst.xibuild
blob: f74a990f5e32cb883c635746cf45ef1b29ff920b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/sh

NAME="envsubst"
DESC="perform variable substitutions on input"

MAKEDEPS=""

PKG_VER=0.1
SOURCE="https://distfiles.dereferenced.org/envsubst/envsubst-$PKG_VER.tar.xz"

build() {
	make
}

package() {
	make DESTDIR="$PKG_DEST" prefix="/usr" install
}