mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 07:57:14 +08:00
ocs-url: update to 3.0.0
This commit is contained in:
parent
b890b471ab
commit
55d784bee5
29
ocs-url/PKGBUILD
Normal file
29
ocs-url/PKGBUILD
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
pkgname=ocs-url
|
||||||
|
pkgver=3.0.0
|
||||||
|
pkgrel=1
|
||||||
|
pkgdesc="An install helper program for items served on OpenCollaborationServices (OCS). Replacing xdgurl"
|
||||||
|
arch=('x86_64')
|
||||||
|
url="https://github.com/ocs-url/ocs-url"
|
||||||
|
license=('GPL3')
|
||||||
|
depends=('qt5-base>=5.3.0' 'qt5-svg>=5.3.0' 'qt5-declarative>=5.3.0' 'qt5-quickcontrols>=5.3.0')
|
||||||
|
conflicts=('xdgurl')
|
||||||
|
provides=('xdgurl')
|
||||||
|
replaces=('xdgurl')
|
||||||
|
source=("$pkgname-$pkgver::$url/archive/release-$pkgver.tar.gz")
|
||||||
|
sha256sums=('3a858757af7989714b7bf6fb73253b1fc437ad6607c81e621767c76833647e4a')
|
||||||
|
|
||||||
|
prepare() {
|
||||||
|
cd $pkgname-release-$pkgver
|
||||||
|
sh scripts/import.sh
|
||||||
|
}
|
||||||
|
|
||||||
|
build() {
|
||||||
|
cd "$pkgname-release-$pkgver"
|
||||||
|
qmake-qt5 PREFIX="/usr"
|
||||||
|
make
|
||||||
|
}
|
||||||
|
|
||||||
|
package() {
|
||||||
|
cd "$pkgname-release-$pkgver"
|
||||||
|
make INSTALL_ROOT="$pkgdir" install
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user