mirror of
https://github.com/SinTan1729/lure-repo.git
synced 2024-12-26 06:48:35 -06:00
17 lines
533 B
Bash
17 lines
533 B
Bash
# Maintainer: Sintan Santorum <c1scu0hh at anonaddy dot me>
|
|
name="movie-rename"
|
|
version=2.2.0
|
|
release=1
|
|
desc="A simple tool to rename movies, written in Rust."
|
|
architectures=('amd64')
|
|
homepage='https://github.com/SinTan1729/movie_rename'
|
|
license=('GPL3')
|
|
provides=('movie-rename')
|
|
sources_amd64=("${homepage}/releases/download/${version}/${name}.tar.gz")
|
|
checksums_amd64=('a2521461200eb308551c997db7f01973cb5f1f603eeb5f1df43f4e2f76f77047')
|
|
package() {
|
|
# Binary
|
|
install-binary "./${name}"
|
|
# Manpage
|
|
install-manual "./${name}.1"
|
|
}
|