blob: 174ace49dc701f1540db35ddf1746fde0bebe47d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
pkgname=lrzip-fe
pkgver=1.0.0
pkgrel=1
pkgdesc="A front-end program for lrzip and lrzip-next"
arch=('x86_64')
url="https://github.com/pete4abw/lrzip-fe"
license=('custom')
depends=('dialog' 'lrzip-next')
source=("https://github.com/pete4abw/${pkgname}/raw/refs/heads/master/${pkgname}.sh")
package() {
install -D -m755 lrzip-fe.sh $pkgdir/usr/bin/lrzip-fe
}
sha256sums=('348472bbafd4f626277304cdef07ecb9dd37e219e8828d1a0d2df3094a43bb1f')
|