🔒 Repository is read-only – file editing is disabled.

recipes/gui/fluxmod-styles/PAGBUILD.yaml main

23 linii Raw ← Powrót
1234567891011121314151617181920212223
pkgname: fluxmod-styles
pkgver: '1'
pkgrel: '3'
pkgdesc: All of the fluxbox styles from the deceased fluxmod.dk site
url: 'http://tenr.de/styles/'
arch: x86_64
depends: []
makedepends:
- fluxbox
source:
- 'http://tenr.de/styles/archives/fluxmod-styles-pkg.tar.bz2'
sha256sums:
- f9673f9b834113539700226ff26da16e898e45873fb660d43e4679a8a78f4899
build: |
  cd ${pkgname}-${pkgver}

  install -dm755 ${PKGDIR}/usr/share/fluxbox/styles
  rm License.txt
  rm delfont.sh
  rm -r Emerge
  find . -type f -exec install -Dm644 '{}' "${PKGDIR}/usr/share/fluxbox/styles/{}" \;
package: |
  true