st/make.sh
2021-07-29 21:14:52 +05:30

5 lines
74 B
Bash
Executable file

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