talimat 434 B

1234567891011121314151617
  1. # Description: Arc teması için gerekli ikon teması (deneme aşamasındadır).
  2. # URL: https://github.com/horst3180/arc-icon-theme
  3. # Packager: yasarciv
  4. # Depends on: gtk-update-icon-cache hicolor-icon-theme faba-icon-theme
  5. name=arc-icon-theme
  6. version=20161122
  7. release=1
  8. source=(https://github.com/horst3180/$name/archive/$version.tar.gz)
  9. build() {
  10. cd $name-$version
  11. ./autogen.sh --prefix=/usr
  12. make DESTDIR=$PKG install
  13. }