forked from Plemya-x/alr-repo
		
	alr переименование
This commit is contained in:
		
							
								
								
									
										24
									
								
								deduplicator/alr.sh
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										24
									
								
								deduplicator/alr.sh
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,24 @@ | ||||
| name='deduplicator' | ||||
| version='0.2.1' | ||||
| release='1' | ||||
| desc='Find, Sort, Filter & Delete duplicate files' | ||||
| homepage='https://github.com/sreedevk/deduplicator' | ||||
| maintainer="Евгений Храмов <xpamych@yandex.ru>" | ||||
| architectures=('amd64') | ||||
| license=('MIT') | ||||
| provides=('deduplicator') | ||||
| conflicts=('deduplicator') | ||||
| #deps=('') | ||||
| build_deps=('cargo') | ||||
|  | ||||
| sources=("git+https://github.com/sreedevk/deduplicator.git#tag=v${version}") | ||||
| checksums=('SKIP') | ||||
|  | ||||
| build() { | ||||
| 	cd "${srcdir}/deduplicator" | ||||
| 	cargo build | ||||
| } | ||||
|  | ||||
| package() { | ||||
| 	install -Dm755 "${srcdir}/${name}/target/debug/deduplicator" "${pkgdir}/usr/bin/deduplicator" | ||||
| } | ||||
		Reference in New Issue
	
	Block a user