diff --git a/build/pkgbuild b/build/pkgbuild deleted file mode 100644 index e81dc24..0000000 --- a/build/pkgbuild +++ /dev/null @@ -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} -} \ No newline at end of file