remove pkgbuild
This commit is contained in:
parent
230b1d3b2e
commit
f845f67aa9
1 changed files with 0 additions and 20 deletions
|
@ -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}
|
||||
}
|
Loading…
Add table
Reference in a new issue