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