21 lines
830 B
Bash
21 lines
830 B
Bash
# Maintainer: Jesus E. <heckyel@riseup.net>
|
|
|
|
pkgname=trisquel-icewm-theme
|
|
pkgver=1.4
|
|
pkgrel=1
|
|
pkgdesc="IceWM-theme inspired by the default theme of Trisquel GNU/Linux (with Hyperbola-branding)."
|
|
arch=('any')
|
|
url='https://www.box-look.org/p/1018259'
|
|
license=('GPL-3')
|
|
depends=('icewm')
|
|
source=("https://repo.hyperbola.info:50000/sources/${pkgname}/${pkgname}_${pkgver}.tar.lz"{,.sig})
|
|
sha512sums=('a846758413876a88b0a1be478a58d1d5e486f166a62c57528d724e7dcaf0d4e7f32e369331b9a2ebda4f2f318196697ce31e6e40a1e509f95440075eb6d9fdd2'
|
|
'SKIP')
|
|
validpgpkeys=('684D54A189305A9CC95446D36B888913DDB59515') # Márcio Silva
|
|
|
|
package() {
|
|
install -d ${pkgdir}/usr/share/icewm/themes
|
|
cp -a ${srcdir}/Trisquel ${pkgdir}/usr/share/icewm/themes/
|
|
install -Dm644 ${srcdir}/Trisquel/COPYING -t "${pkgdir}/usr/share/licenses/$pkgname"
|
|
}
|