19 lines
472 B
Bash
19 lines
472 B
Bash
# Maintainer: Michał <ash8820@proton.me>
|
|
|
|
pkgname=euri-xfce-theme
|
|
pkgver=1
|
|
pkgrel=1
|
|
pkgdesc="Euri Linux Xfwm4/GTK theme (based on Numix)"
|
|
arch=('any')
|
|
url="https://antergos-nas.taild4360b.ts.net/Euri-Linux/euri-packages"
|
|
license=('GPL')
|
|
groups=('euri-branding')
|
|
depends=('gtk-engine-murrine')
|
|
source=("Euri-Linux.tar.gz")
|
|
sha256sums=('SKIP')
|
|
|
|
package() {
|
|
mkdir -p "${pkgdir}/usr/share/themes"
|
|
tar -xzf "${srcdir}/Euri-Linux.tar.gz" -C "${pkgdir}/usr/share/themes/"
|
|
}
|