void-packages/srcpkgs/spacefm/template
2013-08-27 18:50:26 -03:00

21 lines
641 B
Plaintext

# Template file for 'spacefm'
pkgname=spacefm
version=0.8.7
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="intltool gtk+-devel startup-notification-devel libudev-devel"
short_desc="Multi-panel tabbed file manager"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-3"
homepage="http://ignorantguru.github.com/spacefm/"
distfiles="https://raw.github.com/IgnorantGuru/spacefm/master/packages/${version}/spacefm-${version}.tar.xz"
checksum=3e48f276df4505b69d24fbeb4b5a869cf316503e2395bef467a29a5207b23947
spacefm_package() {
depends="hicolor-icon-theme desktop-file-utils"
pkg_install() {
vmove usr
}
}