20 lines
595 B
Bash
20 lines
595 B
Bash
# Template file for 'tiny'
|
|
pkgname=tiny
|
|
version=0.9.0
|
|
revision=1
|
|
build_wrksrc="crates/tiny"
|
|
build_style=cargo
|
|
configure_args="--no-default-features --features=desktop-notifications --features=tls-native"
|
|
hostmakedepends="pkg-config"
|
|
makedepends="openssl-devel dbus-devel"
|
|
short_desc="Tiny terminal IRC client"
|
|
maintainer="eoli3n <jonathan.kirszling@runbox.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/osa1/tiny"
|
|
distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=63e11c8b2708b26311f97d8bef5fba4618ff4212b0b98c21e8ad005a2fd8fe32
|
|
|
|
post_install() {
|
|
vlicense ../../LICENSE
|
|
}
|