20 lines
632 B
Bash
20 lines
632 B
Bash
# Template file for 'nutty'
|
|
pkgname=nutty
|
|
version=1.1.1
|
|
revision=3
|
|
build_style=meson
|
|
hostmakedepends="pkg-config gettext vala glib-devel"
|
|
makedepends="gtk+3-devel libgee08-devel libnotify-devel granite-devel
|
|
sqlite-devel"
|
|
depends="speedtest-cli"
|
|
short_desc="Network Utility"
|
|
maintainer="linarcx <linarcx@riseup.net>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/babluboy/nutty"
|
|
distfiles="https://github.com/babluboy/nutty/archive/${version}.tar.gz"
|
|
checksum=b6c9ef1966d1c60480943313f20cd66ee1b5d23ac8d6578f457fb99f0898d9ba
|
|
|
|
post_install() {
|
|
vinstall data/com.github.babluboy.nutty.desktop 644 usr/share/applications
|
|
}
|