source: https://github.com/trixon/java-filebydate/archive/v1.0.3.zip
name : filebydate
version : 1.0.3
homepage : https://trixon.se/projects/filebydate/
release : 1
source :
- https://trixon.se/files/filebydate-1.0.3-bin.zip : 353797eb62a2f72b807983dfdbf76604f45c01c7cdb956f595e31274830d861a
license : Apache-2.0
component : multimedia.graphics
summary : date based file organizer.
description: |
date based file organizer.
builddeps :
- desktop-file-utils
rundeps :
- openjdk-8
install : |
install -d "$installdir/opt/$package" install -m644 "$package-$version.jar" "$installdir/opt/$package/$package.jar" # icon install -d "$installdir/usr/share/icons/hicolor/256x256/apps" install -m644 "$package.png" "$installdir/usr/share/icons/hicolor/256x256/apps/$package.png" pushd "$pkgfiles" # launchers install -Dm755 "$package.sh" "$installdir/usr/bin/$package" # .desktop desktop-file-install "$package.desktop" --dir "$installdir/usr/share/applications/" popd