⬆️ Updated packages
This commit is contained in:
		
							
								
								
									
										19
									
								
								miniserve-bin/.SRCINFO
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								miniserve-bin/.SRCINFO
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,19 @@ | ||||
| generated-by = makedeb-makepkg | ||||
|  | ||||
| pkgbase = miniserve-bin | ||||
| 	pkgdesc = miniserve is a small, self-contained cross-platform CLI tool that allows you to just grab the binary and serve some file(s) via HTTP | ||||
| 	pkgver = 0.19.2 | ||||
| 	pkgrel = 1 | ||||
| 	url = https://github.com/svenstaro/miniserve | ||||
| 	arch = aarch64 | ||||
| 	arch = x86_64 | ||||
| 	license = MIT | ||||
| 	provides = miniserve | ||||
| 	conflicts = miniserve | ||||
| 	options = !strip | ||||
| 	source_aarch64 = miniserve-v0.19.2-aarch64::https://github.com/svenstaro/miniserve/releases/download/v0.19.2/miniserve-v0.19.2-aarch64-unknown-linux-musl | ||||
| 	sha256sums_aarch64 = 257a1141f6a3beba423f05189a2648f8120bd8344b17b9ec11387a88564f5c9e | ||||
| 	source_x86_64 = miniserve-v0.19.2-aarch64::https://github.com/svenstaro/miniserve/releases/download/v0.19.2/miniserve-v0.19.2-x86_64-unknown-linux-musl | ||||
| 	sha256sums_x86_64 = 2bc95771a6bb68a9327cc784edf7c07dd424eee5e6cd9e05bb75558c74ccb5be | ||||
|  | ||||
| pkgname = miniserve-bin | ||||
| @@ -1,22 +1,21 @@ | ||||
| # Maintainer: Edgar <Edgar{at}AnotherFoxGuy.com> | ||||
|  | ||||
| pkgname=miniserve-bin | ||||
| pkgver=0.18.0 | ||||
| pkgver=0.19.2 | ||||
| pkgrel=1 | ||||
| pkgdesc='A simple terminal UI for docker and docker-compose, written in Go with the gocui library.' | ||||
| pkgdesc='miniserve is a small, self-contained cross-platform CLI tool that allows you to just grab the binary and serve some file(s) via HTTP' | ||||
| url="https://github.com/svenstaro/miniserve" | ||||
| license=('MIT') | ||||
| provides=("miniserve") | ||||
| conflicts=("miniserve") | ||||
| options=("!strip") | ||||
| arch=('aarch64' 'x86_64') | ||||
|  | ||||
| # https://github.com/svenstaro/miniserve/releases/download/v0.18.0/miniserve-v0.18.0-x86_64-unknown-linux-musl | ||||
| source_x86_64=("${url}/releases/download/v${pkgver}/miniserve-v${pkgver}-x86_64-unknown-linux-musl") | ||||
| source_aarch64=("${url}/releases/download/v${pkgver}/miniserve-v${pkgver}-aarch64-unknown-linux-musl") | ||||
|  | ||||
| sha256sums_aarch64=('e7d17b423547d15d14075c17ec98b72420b556c8f0772137c5ce377091cc2876') | ||||
| sha256sums_x86_64=('9d12b4b6f648739af99590dfd676c748f1410c844624c7ec04b90210ea659bc4') | ||||
| _filename="miniserve-v${pkgver}-${arch}" | ||||
| source_aarch64=("${_filename}::${url}/releases/download/v${pkgver}/miniserve-v${pkgver}-aarch64-unknown-linux-musl") | ||||
| source_x86_64=("${_filename}::${url}/releases/download/v${pkgver}/miniserve-v${pkgver}-x86_64-unknown-linux-musl") | ||||
| sha256sums_aarch64=('257a1141f6a3beba423f05189a2648f8120bd8344b17b9ec11387a88564f5c9e') | ||||
| sha256sums_x86_64=('2bc95771a6bb68a9327cc784edf7c07dd424eee5e6cd9e05bb75558c74ccb5be') | ||||
|  | ||||
| package() { | ||||
|     install -Dm755 "${srcdir}/miniserve-v${pkgver}-x86_64-unknown-linux-musl" "${pkgdir}/usr/bin/miniserve" | ||||
|     install -Dm755 "${srcdir}/${_filename}" "${pkgdir}/usr/bin/miniserve" | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user