summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 5ba65673abf13ca9078296f7d5d01828174e58cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Mantainer: nemesys <nemstart zoho com>

pkgname=fbsplash-theme-gen
pkgver=1.0
pkgrel=3
pkgdesc="fbsplash-theme-gen allows you to create fbsplash compatible themes automatically from any image file(s)."
arch=("x86_64")
url="https://github.com/nemstar/nemaur-repo/tree/gh-pages/${pkgname}-${pkgver}.tar.gz"
depends=(imagemagick inkscape)
optdepends=("fbsplash: To set the fbsplash theme")
source=("$pkgname-$pkgver.tar.gz::https://github.com/nemstar/nemaur-repo/raw/086dc53657f40ede5753faa298cba34dc853d10b/${pkgname}-${pkgver}.tar.gz")
options=(!strip)
sha512sums=('65803e63c2758fa31fc141dec2674baa0e5c21e1ebe87e7a375fcec33113b12eeea2fb90820c50439a1dd0f8d05a77bfcfba3746231213fa5d77f1450516f0fd')
    noextract=("$pkgname-$pkgver.zip")

    prepare() {
        tar -zxvf "${pkgname}-${pkgver}.tar.gz"
    }


package() {
    mv usr ${pkgdir}/
}