Автор: Stez, 2 Лет назад, написана на языке Bash.
Встраивание на сайт
  1. # Maintainer: Stezko <stezko@gmail.com>
  2. pkgname=dark-icons-theme-git
  3. _pkgname=DarK-icons
  4. pkgver=84.22fce9e7
  5. pkgrel=1
  6. pkgdesc="DarK is a monotone icon theme for X11-themes it can also be used as a fallback icon theme."
  7. arch=('any')
  8. url="https://gitlab.com/sixsixfive/DarK-icons"
  9. license=('CC BY-SA 4.0')
  10. depends=('hicolor-icon-theme' 'gtk-update-icon-cache')
  11. provides=("${pkgname%-git}")
  12. conflicts=("${pkgname%-git}")
  13. options=('!strip')
  14. source=("git+https://gitlab.com/sixsixfive/DarK-icons.git")
  15. sha256sums=('SKIP')
  16.  
  17. package() {
  18.   cd "$srcdir/$_pkgname/"
  19.   install -dm755 "$pkgdir/usr/share/icons/"
  20.   cp -dr --no-preserve=mode "DarK-SRC" "$pkgdir/usr/share/icons/_$pkgname"
  21.   install -Dm644 COPYING -t "$pkgdir/usr/share/licenses/$_pkgname"