parent
48127030b3
commit
15ff237295
1 changed files with 5 additions and 6 deletions
|
@ -1,17 +1,16 @@
|
|||
# Template file for 'nheko'
|
||||
pkgname=nheko
|
||||
version=0.1.0
|
||||
version=0.2.1
|
||||
revision=1
|
||||
wrksrc="nheko"
|
||||
build_style=cmake
|
||||
hostmakedepends="qt5-qmake qt5-host-tools"
|
||||
hostmakedepends="qt5-qmake qt5-host-tools git"
|
||||
makedepends="lmdb-devel qt5-tools-devel qt5-multimedia-devel"
|
||||
short_desc="Desktop client for the Matrix protocol"
|
||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||
license="GPL-3"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://github.com/mujx/nheko"
|
||||
distfiles="https://github.com/mujx/nheko/releases/download/v${version}/nheko.tar.bz2>nheko-${version}.tar.bz2"
|
||||
checksum=d20eb46a9f0fdb4b395da9f5b5396758018d3053d2641ec54cb065d5cca64cf4
|
||||
distfiles="https://github.com/mujx/nheko/archive/v${version}.tar.gz"
|
||||
checksum=b53ea04b2aa728c8db8cfa8c03d343e3a0cd3e2403b5031f0050042896bfcecb
|
||||
|
||||
do_install() {
|
||||
vmkdir usr/share/pixmaps
|
||||
|
|
Loading…
Reference in a new issue