commit 481cb4f01d5bff9379359841bd57a356bba72ef5 Author: Dor dicke Gind Date: Tue Jul 12 18:01:38 2022 +0200 [INIT] diff --git a/Gind.tar.gz b/Gind.tar.gz new file mode 100644 index 0000000..4d11077 Binary files /dev/null and b/Gind.tar.gz differ diff --git a/PKGBUILD b/PKGBUILD new file mode 100644 index 0000000..6c16062 --- /dev/null +++ b/PKGBUILD @@ -0,0 +1,36 @@ +# This is an example PKGBUILD file. Use this as a start to creating your own, +# and remove these comments. For more information, see 'man PKGBUILD'. +# NOTE: Please fill out the license field for your package! If it is unknown, +# then please put 'unknown'. + +# Maintainer: Dor Gind +pkgname=gind-xfce-notify-theme +pkgver=1.0.0 +pkgrel=1 +epoch=0 +pkgdesc="Custom theme for xfce4 notify" +arch=(any) +license=('unknown') +groups=() +depends=() +makedepends=() +checkdepends=() +optdepends=() +provides=() +conflicts=() +replaces=() +backup=() +options=() +install= +changelog= +source=("Gind.tar.gz") +noextract=() +md5sums=('SKIP') +validpgpkeys=() + +package() { + echo $pkgname + echo $pkgdir + mkdir -p "${pkgdir}/usr/share/themes/" + cp -R "${srcdir}/Gind/" "${pkgdir}/usr/share/themes/" +}