summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 91a1eb1fafb797fd71383f6a8715b306e39ebf91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: TeaHouseLab(aka. Tsingkwai) <tsingkwai at ruzh dot top>
pkgname="ctcontainer"
pkgver="22"
pkgrel="22"
pkgdesc="A container manager which enable you to experience otherlinux distro with xorg/xwayland and pulseaudio support"
arch=("x86_64")
url="https://ruzhtw.top/pages/projects/CenterLinux/ctcontainer"
depends=("fish" "sudo" "util-linux" "xorg-xhost" "pulseaudio")
license=("GPL-3.0 License")
provides=("ctcontainer")
source=("https://cdngit.ruzhtw.top/ctcontainer/ctcontainer")
sha256sums=("SKIP")
package() {
	mkdir -p "${pkgdir}/usr/bin"
	cp "${srcdir}/ctcontainer" "${pkgdir}/usr/bin/ctcontainer"
	chmod +x "${pkgdir}/usr/bin/ctcontainer"
	rm ../ctcontainer
	}