summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 18baa9aeaac5ebaf8942f8f93ac65e1fd49c6f63 (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
# This is an example PKGBUILD file. Use this as a start to creating your own,
# and remove these comments. For more information, see 'man PKGBUILD'.
# NOTE: Please fill out the license field for your package! If it is unknown,
# then please put 'unknown'.

# Maintainer: Faye Jackson <justalittleepsilon@gmail.com>
pkgname=tits
pkgver=0.8.090
pkgrel=1
_tagver="v$pkgver"
pkgdesc="An NSFW (18+) erotica game made by Fenoxo, Trials In Tainted Space"
url=https://www.fenoxo.com/play-games/
arch=(x86_64)
license=('All Rights Reserved')
depends=(flashplayer-standalone)
makedepends=()
provides=(tits)

source=("tits.swf::https://www.fenoxo.com/play/latest_download.php" "tits")
md5sums=('SKIP' 'b0fd9e9b3e257e5363259e639156442b')

package() {
	cd $srcdir

	install -Dm 644 tits.swf "${pkgdir}/usr/share/tits/tits.swf"
	install -Dm 755 tits "${pkgdir}/usr/bin/tits"
}