diff options
author | Konstantin Kogan | 2018-10-27 08:09:20 +0000 |
---|---|---|
committer | Konstantin Kogan | 2018-10-27 08:09:20 +0000 |
commit | 8770c64793d1c767aefec538c9ea48f7ec1ef66e (patch) | |
tree | 8fc89fca6cdf3289d5f2d0684e1f451ac43f0ccc | |
download | aur-wm_theme_club_04.tar.gz |
Initial import
-rw-r--r-- | .SRCINFO | 16 | ||||
-rw-r--r-- | PKGBUILD | 21 |
2 files changed, 37 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 000000000000..6cf21e5470ae --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,16 @@ +# Generated by mksrcinfo v8 +# Sat Oct 27 07:05:21 UTC 2018 +pkgbase = wm_theme_club_04 + pkgdesc = Theme for Window Maker + pkgver = 1.0 + pkgrel = 1 + url = http://forum.russ2.com/index.php?showtopic=2899 + arch = i686 + arch = x86_64 + license = GPL2 + depends = windowmaker + source = http://altlinuxclub.ru/arhiv/wm_theme_club_04.tar.gz + md5sums = 970335093c7e82113f2926a54c64204a + +pkgname = wm_theme_club_04 + diff --git a/PKGBUILD b/PKGBUILD new file mode 100644 index 000000000000..0a8fb8ca2a89 --- /dev/null +++ b/PKGBUILD @@ -0,0 +1,21 @@ +# Maintainer: Konstantin Kogan <kostyalamer@yandex.ru> +# Contributor: Konstantin Kogan <kostyalamer@yandex.ru> +pkgname=wm_theme_club_04 +pkgver=1.0 +pkgrel=1 +pkgdesc="Theme for Window Maker" +arch=('i686' 'x86_64') +url="http://forum.russ2.com/index.php?showtopic=2899" +license=('GPL') +source=("http://altlinuxclub.ru/arhiv/wm_theme_club_04.tar.gz") +md5sums=('970335093c7e82113f2926a54c64204a') +depends=('windowmaker') +license=('GPL2') + +package() { + cd ${pkgname} + mkdir -p "$pkgdir/usr/share/WindowMaker/Themes/wm_theme_club_04.themed/" + install -m644 * "$pkgdir/usr/share/WindowMaker/Themes/wm_theme_club_04.themed/" +} + + |