aboutsummaryrefslogtreecommitdiff
path: root/srcpkgs/wslu/template
blob: a0e7796c342c2c144ad938640f26a48c9f0d01c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Template file for 'wslu'
pkgname=wslu
version=4.1.3
revision=1
build_style=gnu-makefile
short_desc="Collection of utilities for Windows 10 Linux Subsystems"
maintainer="tranzystorekk <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=4683e9184e1f1296da05e19d347615c6849c048299672a65c135165a402e3459
conf_files="/etc/wslu/conf"

post_install() {
	vmkdir usr/share/applications
	mv ${DESTDIR}/usr/share/wslu/*.desktop ${DESTDIR}/usr/share/applications
}