spmenuify/PKGBUILD

34 lines
641 B
Bash
Raw Normal View History

2023-05-01 20:37:33 +02:00
pkgname=spmenuify
pkgver=VERSION
pkgrel=1
epoch=
pkgdesc="Theme manager for spmenu"
arch=(x86_64)
url="https://git.speedie.site/spmenuify"
license=('GPL')
groups=()
depends=(binutils)
makedepends=()
checkdepends=()
optdepends=()
provides=(fontctrl)
conflicts=()
replaces=()
backup=()
options=()
install=
changelog=
source=(
"$pkgname-$pkgver.tar.gz"
#"https://ls.speedie.gq/releases/$pkgname/$pkgname-$pkgver.tar.gz"
)
noextract=()
md5sums=('MD5SUM')
validpgpkeys=()
package() {
cd "$pkgname-$pkgver"
install -Dm755 spmenuify "${pkgdir}"/usr/bin/spmenuify
install -Dm755 spmenu_profile "${pkgdir}"/usr/bin/spmenu_profile
}