summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 98c2a9cc91f8a1130d05edde057d2b2639c011e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Maintainer: sunplan
pkgname=hotdog
pkgver=20240222
pkgrel=1
pkgdesc='X11 Window Manager with Windows 3.1 Hot Dog Stand, Amiga Workbench, Atari ST GEM, Mac Classic and Aqua UI'
arch=('x86_64')
url='https://github.com/arthurchoung/HOTDOG'
license=('GPL3')
depends=(
	'alsa-lib'
	'libglvnd'
	'perl'
)
optdepends=(
	'compton: Aqua mode window drop shadows'
	'feh: Aqua mode wallpaper'
)
source=("https://hotdoglinux.com/download/HOTDOGbuntu_${pkgver}_amd64.deb")
md5sums=($(curl "https://hotdoglinux.com/download/HOTDOGbuntu_${pkgver}_amd64.deb.md5" | cut -f1 -d' '))
sha256sums=('56ce2f715daedcbef03b332d87963763bf44db8bc44fb8726829162b2548a353')

package() {
	tar xf data.tar.xz
	cp -r "${srcdir}/usr" "${pkgdir}/usr"
	cp -r "${srcdir}/etc" "${pkgdir}/etc"
	mv "${pkgdir}/usr/doc" "${pkgdir}/usr/share/doc"
}