remove pkgbuild

This commit is contained in:
hikari 2023-08-03 20:38:59 +03:30
parent 230b1d3b2e
commit f845f67aa9

View file

@ -1,20 +0,0 @@
pkgname=parch-welcome
destname="/usr"
pkgver=1
pkgrel=0
pkgdesc='Parch dorood (/do-rood/, درود, pronunciation) which is Persian word for "Greetings", is a welcome app in the Parch distribution.'
arch=('x86_64')
url="https://parchlinux.ir"
license=('GPL')
makedepends=()
depends=("python-pyqt6")
optdepends=()
conflicts=()
provides=("${pkgname}")
options=(!strip !emptydirs)
source=("${pkgname}.tar.gz")
sha256sums=('SKIP')
package() {
install -dm755 ${pkgdir}${destname}
cp -r ${srcdir}/${pkgname}${destname}/* ${pkgdir}${destname}
}