st/make.sh

5 lines
74 B
Bash
Executable File

#!/bin/sh
pkgname=st
tar -zcvf "$pkgname.tar.gz" "$pkgname"
makepkg -cfsi