mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
New package: dino-0.1.0
Signed-off-by: Đoàn Trần Công Danh <congdanhqx@gmail.com> Co-authored-by: Ogromny <ogromnycoding@gmail.com>
This commit is contained in:
parent
bf6849f110
commit
cccc08c55a
2 changed files with 25 additions and 0 deletions
|
@ -3798,3 +3798,6 @@ libmdnsd.so.0 libmdnsd-0.8_1
|
||||||
libPtex.so ptex-2.3.2_1
|
libPtex.so ptex-2.3.2_1
|
||||||
libosdGPU.so.3.4.0 OpenSubdiv-3.4.0_1
|
libosdGPU.so.3.4.0 OpenSubdiv-3.4.0_1
|
||||||
libosdCPU.so.3.4.0 OpenSubdiv-3.4.0_1
|
libosdCPU.so.3.4.0 OpenSubdiv-3.4.0_1
|
||||||
|
libdino.so.0 dino-0.1.0_1
|
||||||
|
libxmpp-vala.so.0 dino-0.1.0_1
|
||||||
|
libqlite.so.0 dino-0.1.0_1
|
||||||
|
|
22
srcpkgs/dino/template
Normal file
22
srcpkgs/dino/template
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# Template file for 'dino'
|
||||||
|
pkgname=dino
|
||||||
|
version=0.1.0
|
||||||
|
revision=1
|
||||||
|
build_style=cmake
|
||||||
|
configure_args="-GNinja -DDINO_PLUGIN_ENABLED_notification-sound=ON"
|
||||||
|
make_cmd=ninja
|
||||||
|
hostmakedepends="cmake ninja gettext unzip pkg-config vala glib-devel"
|
||||||
|
makedepends="glib-devel qrencode-devel gtk+3-devel gpgme-devel
|
||||||
|
libgee08-devel libgcrypt-devel libsoup-devel
|
||||||
|
libsignal-protocol-c sqlite-devel libcanberra-devel"
|
||||||
|
short_desc='Modern XMPP ("Jabber") Chat Client using GTK+/Vala'
|
||||||
|
maintainer="Anjandev Momi <anjan@momi.ca>"
|
||||||
|
license="GPL-3.0-or-later"
|
||||||
|
homepage="https://github.com/dino/dino"
|
||||||
|
distfiles="https://github.com/dino/dino/archive/v${version}.tar.gz"
|
||||||
|
checksum="202b7db322d85389b0bebc3c38976e7f7beaceddd1fc46b8123e50c6c7c07b8d"
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
rm -rf ${DESTDIR}/usr/include
|
||||||
|
rm -rf ${DESTDIR}/usr/lib/*.so
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue