void-packages/srcpkgs/tokyonight-theme/template

19 lines
551 B
Bash
Raw Permalink Normal View History

2024-05-23 15:41:21 +02:00
# Template file for 'albatross-themes'
pkgname=tokyonight-theme
2024-07-20 14:41:44 +02:00
version=2024.7.3
2024-05-23 15:45:13 +02:00
revision=1
2024-05-23 15:41:21 +02:00
short_desc="Tokyonight Theme"
2024-05-24 11:07:19 +02:00
maintainer="Luca Bilke <luca@bil.ke>"
2024-05-23 15:41:21 +02:00
license="GPL-3.0-or-later"
homepage="https://git.snaile.de/snailed/tokyonight-theme"
distfiles="${homepage}/archive/${version}.tar.gz"
2024-07-20 14:41:44 +02:00
checksum=0f88de217cb9598826f8eac3bcfbeeb22ecaf2ee72e1f0ee08f1b73f29b53dfb
2024-05-23 15:41:21 +02:00
do_install() {
vmkdir usr/share/themes
2024-05-24 11:07:19 +02:00
vcopy dist/themes/tokyonight usr/share/themes/tokyonight
2024-05-24 11:09:42 +02:00
vmkdir usr/share/icons
2024-05-24 11:07:19 +02:00
vcopy dist/icons/tokyonight usr/share/icons/tokyonight
2024-05-23 15:41:21 +02:00
}