spm

Unnamed repository; edit this file 'description' to name the repository.
git clone https://codeberg.org/emmett1/spm
Log | Files | Refs | README | LICENSE

install.sh (95B)


      1 #!/bin/sh
      2 
      3 BINDIR=${DESTDIR}${BINDIR:-/usr/bin}
      4 mkdir -p ${BINDIR}
      5 install -m755 spm ${BINDIR}