void-packages/srcpkgs/spacefm/template

21 lines
641 B
Text
Raw Normal View History

2012-12-24 13:23:35 +00:00
# Template file for 'spacefm'
pkgname=spacefm
2013-08-27 21:50:26 +00:00
version=0.8.7
2012-12-24 13:23:35 +00:00
revision=1
build_style=gnu-configure
2013-08-27 21:50:26 +00:00
hostmakedepends="pkg-config"
makedepends="intltool gtk+-devel startup-notification-devel libudev-devel"
2012-12-24 13:23:35 +00:00
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"
2013-08-27 21:50:26 +00:00
checksum=3e48f276df4505b69d24fbeb4b5a869cf316503e2395bef467a29a5207b23947
spacefm_package() {
depends="hicolor-icon-theme desktop-file-utils"
pkg_install() {
vmove usr
}
}