wslu: update to 4.1.1
This commit is contained in:
parent
9f405dbf03
commit
851877cea3
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'wslu'
|
||||
pkgname=wslu
|
||||
version=4.0.0
|
||||
version=4.1.1
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
short_desc="Collection of utilities for Windows 10 Linux Subsystems"
|
||||
|
@ -8,4 +8,10 @@ maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
|
|||
license="GPL-3.0-or-later"
|
||||
homepage="https://github.com/wslutilities/wslu"
|
||||
distfiles="https://github.com/wslutilities/wslu/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=f3fc0191306496e8794397ba7623754b834603fd3f37bef40a858c0fe1ac3e08
|
||||
checksum=e9e54f662881d4ff8479fc221a5c5429461bbd97b4c7cc84c10b124a993d587e
|
||||
conf_files="/etc/wslu/conf"
|
||||
|
||||
post_install() {
|
||||
vmkdir usr/share/applications
|
||||
mv "${DESTDIR}/usr/share/wslu"/*.desktop "${DESTDIR}/usr/share/applications"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue