19 lines
551 B
Bash
19 lines
551 B
Bash
# Template file for 'albatross-themes'
|
|
pkgname=tokyonight-theme
|
|
version=2024.7.3
|
|
revision=1
|
|
short_desc="Tokyonight Theme"
|
|
maintainer="Luca Bilke <luca@bil.ke>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://git.snaile.de/snailed/tokyonight-theme"
|
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
|
checksum=0f88de217cb9598826f8eac3bcfbeeb22ecaf2ee72e1f0ee08f1b73f29b53dfb
|
|
|
|
do_install() {
|
|
vmkdir usr/share/themes
|
|
vcopy dist/themes/tokyonight usr/share/themes/tokyonight
|
|
|
|
vmkdir usr/share/icons
|
|
vcopy dist/icons/tokyonight usr/share/icons/tokyonight
|
|
}
|