blob: 09bb3c2d14fe9517bca96ae4f22bcce1bca34908 (
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.1.0
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"
}
|