14 lines
441 B
Bash
14 lines
441 B
Bash
|
# Template file for 'xstarter'
|
||
|
pkgname=xstarter
|
||
|
version=0.7.0
|
||
|
revision=1
|
||
|
build_style=cmake
|
||
|
hostmakedepends="pkg-config"
|
||
|
makedepends="glib-devel ncurses-devel"
|
||
|
short_desc="Application launcher for Linux"
|
||
|
maintainer="cr6git <quark6@protonmail.com>"
|
||
|
homepage="http://xstarter.org"
|
||
|
license="GPL-3"
|
||
|
distfiles="https://github.com/lchsk/xstarter/archive/v${version}.tar.gz"
|
||
|
checksum=2c1d49b0a76c7028c471aaa2223cdc95c7cbbf4fe517bb190f11a037ed35f8c3
|