kiss-stj

My KISS Linux repo for software I use on my computers.
git clone https://git.stjo.hn/kiss-stj
Log | Files | Refs | README | LICENSE

build (155B)


      1 #!/usr/bin/env sh
      2 
      3 cd skypeweb
      4 make
      5 mkdir -p "$1$(pkg-config --variable=plugindir purple)"
      6 cp libskypeweb.so "$1$(pkg-config --variable=plugindir purple)"