New package: tokyonight-theme

This commit is contained in:
Luca Bilke 2024-05-23 15:41:21 +02:00
parent 86cf184456
commit da50e7d2dc
No known key found for this signature in database
GPG Key ID: B753481DA0B6FA47
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
# Template file for 'albatross-themes'
pkgname=tokyonight-theme
version=2024.5.1
revision=1
short_desc="Tokyonight Theme"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://git.snaile.de/snailed/tokyonight-theme"
distfiles="${homepage}/archive/${version}.tar.gz"
checksum=8c454eecea98a199fbf73bee3466a63c41b60a9e8ead6a674381102d4341202a
do_install() {
vmkdir usr/share/themes
vcopy Tokyonight-dark usr/share/themes/tokyonight
}