17 lines
447 B
Bash
17 lines
447 B
Bash
# Maintainer: Valeria Fadeeva <valeria@fadeeva.me>
|
|
|
|
_gitname="$(basename $(pwd))"
|
|
pkgname=("$_gitname")
|
|
pkgver=1.0
|
|
pkgrel=1
|
|
pkgdesc="Liveuser specific plymouth theme hard install Lera Sugar for Melawy Linux"
|
|
arch=("any")
|
|
url="https://git.melawy.ru/Design"
|
|
license=("AGPL3")
|
|
source=()
|
|
provides=("melawy-plymouth-theme-hard-install")
|
|
depends=("melawy-plymouth-theme-lera-sugar")
|
|
conflicts=("melawy-plymouth-theme-hard-install")
|
|
|
|
install=ins.install
|