2018-10-26 09:49:39 +02:00
|
|
|
# Template file for 'fff'
|
|
|
|
pkgname=fff
|
2019-01-18 11:27:41 +01:00
|
|
|
version=1.4
|
2018-10-26 09:49:39 +02:00
|
|
|
revision=1
|
|
|
|
noarch=yes
|
|
|
|
depends="bash coreutils xdg-utils"
|
|
|
|
short_desc="Simple file manager written in bash"
|
|
|
|
maintainer="shizonic <realtiaz@gmail.com>"
|
|
|
|
license="MIT"
|
|
|
|
homepage="https://github.com/dylanaraps/fff"
|
|
|
|
distfiles="https://github.com/dylanaraps/fff/archive/${version}.tar.gz"
|
2019-01-18 11:27:41 +01:00
|
|
|
checksum=1a9d0f2ca1920d0ade41c91f27ca5af0f114b35d438cf67b87d8bfb6f6453bda
|
2018-10-26 09:49:39 +02:00
|
|
|
|
|
|
|
do_install() {
|
|
|
|
vbin fff
|
|
|
|
vman fff.1
|
|
|
|
vlicense LICENSE.md LICENSE
|
|
|
|
}
|