mirror of
https://github.com/SinTan1729/lure-repo.git
synced 2024-12-25 22:38:36 -06:00
Added movie_rename
This commit is contained in:
parent
f5ad26c8cd
commit
61a0906439
1 changed files with 17 additions and 0 deletions
17
movie_rename/lure.sh
Normal file
17
movie_rename/lure.sh
Normal file
|
@ -0,0 +1,17 @@
|
|||
# Maintainer: Sintan Santorum <c1scu0hh at anonaddy dot me>
|
||||
name="movie_rename"
|
||||
version=1.1.1
|
||||
release=1
|
||||
desc="A simple tool to reame movies, written in Rust."
|
||||
architectures=('amd64')
|
||||
homepage='https://github.com/SinTan1729/movie_rename'
|
||||
license=('GPL3')
|
||||
provides=('movie_rename')
|
||||
sources=("${homepage}/releases/download/${version}/${name}.tar.gz")
|
||||
checksums=('2a95ce06853123b44fb0386c82d41cd8b7248ff2480021f492b6c0bae6d01a71')
|
||||
package() {
|
||||
# Binary
|
||||
install -Dm755 ./${name} "${pkgdir}/usr/local/bin/${name}"
|
||||
# Manpage
|
||||
install -Dm644 ./${name}.1 "${pkgdir}/usr/local/man/man1/${name}.1"
|
||||
}
|
Loading…
Reference in a new issue