blob: d663fcaaec8d3fd09b64731982532c5a2c74b1ae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Maintainer: danihek
pkgname='themecord'
pkgver=1.0.9
pkgrel=1
pkgdesc="Discord theme will always match your wallpaper!"
arch=('any')
url="https://github.com/danihek/themecord"
license=('MIT')
depends=('hellwal')
optdepends=(
'pywal: An alternative color palette generator'
'wallust: An alternative color palette generator'
)
source=("${pkgname}::https://github.com/danihek/Themecord/archive/refs/tags/${pkgver}.tar.gz")
sha256sums=('SKIP')
package() {
cd Themecord-${pkgver}
install -Dm755 "themecord" "$pkgdir/usr/bin/themecord"
echo "[INFO] !Make sure that you read README on github: https://github.com/danihek/themecord"
}
|