Files
tms-grub-theme/PKGBUILD
2025-12-31 19:57:54 +08:00

23 lines
561 B
Bash

# Maintainer: jing <1052308357@qq.com>
pkgname=tms-grub-theme-git
_pkgname=tms-grub-theme
destinationdir1="/usr/share/grub/themes/tms"
pkgver=25.12
pkgrel=31
pkgdesc="Grub theme for tms"
arch=(any)
url="https://yuyujing.cn"
license=('GPL3')
optdepends=('grub-customizer')
makedepends=('git')
depends=()
install=readme.install
provides=("${pkgname}")
options=(!strip !emptydirs)
source=("tms-grub-theme.zip")
md5sums=('SKIP')
package() {
mkdir -p "${pkgdir}${destinationdir1}"
cp -r "${srcdir}/${_pkgname}/${destinationdir1}/"* "${pkgdir}${destinationdir1}"
}