blob: f67757cb1720bd32738ec7e6ef572b58dd6313ca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
pkgname=llm-thalamus-anime
pkgver=1.1
pkgrel=1
pkgdesc="Anime theme for llm-thalamus"
arch=('any')
depends=('python')
provides=('llm-thalamus-theme')
conflicts=('llm-thalamus-theme')
source=('https://github.com/evertvorster/llm-thalamus-anime/archive/refs/tags/v1.1.tar.gz')
sha256sums=('fa47dd83a4a20d96d9723feac9905f572eed860144b752e5222a5d09efbcaba2')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
install -Dm644 "llm_thalamus.svg" "$pkgdir/usr/share/llm-thalamus/graphics/llm_thalamus.svg"
install -Dm644 "llm.jpg" "$pkgdir/usr/share/llm-thalamus/graphics/llm.jpg"
install -Dm644 "thalamus.jpg" "$pkgdir/usr/share/llm-thalamus/graphics/thalamus.jpg"
install -Dm644 "inactive.jpg" "$pkgdir/usr/share/llm-thalamus/graphics/inactive.jpg"
}
|