lure-repo/movie-rename/lure.sh

18 lines
533 B
Bash
Raw Normal View History

2022-12-08 22:32:30 -06:00
# Maintainer: Sintan Santorum <c1scu0hh at anonaddy dot me>
2022-12-09 15:22:46 -06:00
name="movie-rename"
2023-05-29 17:05:37 -05:00
version=2.1.4
2023-07-30 13:40:59 -05:00
release=2
2022-12-08 23:29:58 -06:00
desc="A simple tool to rename movies, written in Rust."
2022-12-08 22:32:30 -06:00
architectures=('amd64')
homepage='https://github.com/SinTan1729/movie_rename'
license=('GPL3')
2022-12-09 15:22:46 -06:00
provides=('movie-rename')
2023-05-15 18:06:02 -05:00
sources_amd64=("${homepage}/releases/download/${version}/${name}.tar.gz")
2023-05-29 17:05:37 -05:00
checksums_amd64=('6f93c6e442afe6a64e8cf6c641e1a20174f6aebd9a557f39ae13d1c41e4a6f6a')
2022-12-08 22:32:30 -06:00
package() {
# Binary
install-binary "./${name}"
2022-12-08 22:32:30 -06:00
# Manpage
install-manual "./${name}.1"
2022-12-08 22:32:30 -06:00
}