initial import

This commit is contained in:
2025-06-22 20:39:04 -05:00
commit f8a70886f0
3428 changed files with 302546 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. You just DO WHAT THE FUCK YOU WANT TO.

View File

@@ -0,0 +1,22 @@
# Maintainer: Jesus E. <heckyel@riseup.net>
pkgname=zukitre-fluxbox-theme
pkgver=1.0
pkgrel=1
pkgdesc="Flat Fluxbox-theme"
arch=('any')
url='https://www.box-look.org/p/1152420/'
license=('WTFPL-2.0')
depends=('fluxbox')
source=("https://repo.hyperbola.info:50000/sources/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig}
"LICENSE")
sha512sums=('0c022162768b60497190138dd229fcecb3055fd515c05245ec92a15bf44279bed12da5ee92ae69a1ab45de51b1e8e96b8ce98fa5d7367a36ac0f5f0c83fff0c5'
'SKIP'
'fb6575315a22516e29ad414c8e0c9074e0e18a5361ce746524d938e0bf329f7b742b66dc43cfba138f69534d747507e2983b34149d7c66bd4ae2e1b435e37034')
validpgpkeys=('C92BAA713B8D53D3CAE63FC9E6974752F9704456') # André Silva
package() {
install -d ${pkgdir}/usr/share/fluxbox/styles
cp -a ${srcdir}/zukitre-fluxbox ${pkgdir}/usr/share/fluxbox/styles
install -Dm644 ${srcdir}/LICENSE -t "${pkgdir}/usr/share/licenses/$pkgname"
}