talimat 583 B

123456789101112131415161718
  1. # Description: Moka, net, basit ve tutarlı olacak şekilde tasarlanmış, stil sahibi bir Linux masaüstü simge setidir. Moka Icon Teması (simge varlıkları ve kaynakları) bir Creative Commons Attribution-ShareAlike 4.0 lisansı altındadır.
  2. # URL: https://github.com/snwh/moka-icon-theme
  3. # Packager: yasarciv
  4. # Depends on: gtk-update-icon-cache faba-icon-theme
  5. name=moka-icon-theme
  6. version=5.3.5
  7. release=1
  8. source=(https://github.com/snwh/$name/archive/v$version.tar.gz)
  9. build() {
  10. cd $name-$version
  11. bash autogen.sh --prefix=/usr
  12. make
  13. make DESTDIR=$PKG install
  14. }