View | Details | Raw Unified | Return to bug 247635
Collapse All | Expand All

(-)games/homura/Makefile (-11 / +2 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	homura
4
PORTNAME=	homura
5
PORTVERSION=	4.0
5
PORTVERSION=	5.0
6
CATEGORIES=	games
6
CATEGORIES=	games
7
7
8
MAINTAINER=	Alexander88207@protonmail.com
8
MAINTAINER=	Alexander88207@protonmail.com
Lines 28-38 Link Here
28
28
29
NO_BUILD=	yes
29
NO_BUILD=	yes
30
30
31
PLIST_FILES=	bin/Homura \
31
PLIST_FILES=	bin/Homura
32
		share/homura/Data/Apps.hma \
33
		share/homura/Data/Setups.hma \
34
		share/homura/Data/Misc.hma \
35
		share/homura/Data/Checks.hma
36
32
37
.include <bsd.port.pre.mk>
33
.include <bsd.port.pre.mk>
38
34
Lines 43-53 Link Here
43
.endif
39
.endif
44
40
45
do-install:
41
do-install:
46
	${MKDIR} ${STAGEDIR}${PREFIX}/share/homura/Data
47
	${INSTALL_SCRIPT} ${WRKSRC}/Homura ${STAGEDIR}${PREFIX}/bin
42
	${INSTALL_SCRIPT} ${WRKSRC}/Homura ${STAGEDIR}${PREFIX}/bin
48
	${INSTALL_DATA} ${WRKSRC}/Data/Apps.hma ${STAGEDIR}${PREFIX}/share/homura/Data
49
	${INSTALL_SCRIPT} ${WRKSRC}/Data/Setups.hma ${STAGEDIR}${PREFIX}/share/homura/Data
50
	${INSTALL_SCRIPT} ${WRKSRC}/Data/Misc.hma ${STAGEDIR}${PREFIX}/share/homura/Data
51
	${INSTALL_SCRIPT} ${WRKSRC}/Data/Checks.hma ${STAGEDIR}${PREFIX}/share/homura/Data
52
43
53
.include <bsd.port.post.mk>
44
.include <bsd.port.post.mk>
(-)games/homura/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1589996360
1
TIMESTAMP = 1593434425
2
SHA256 (the-homura-project-homura-4.0_GH0.tar.gz) = bc61592594d6be6f3fc4dbbed94863b9f0ab5817ee9c48766ec9dfad73b42047
2
SHA256 (the-homura-project-homura-5.0_GH0.tar.gz) = 91a7dcd8966e787834f4154ff02dc69903f785687fa656ac4636f8492919838e
3
SIZE (the-homura-project-homura-4.0_GH0.tar.gz) = 5562657
3
SIZE (the-homura-project-homura-5.0_GH0.tar.gz) = 5525234
(-)games/homura/pkg-message (-1 / +16 lines)
Lines 1-5 Link Here
1
[
1
[
2
{
2
{
3
  message: "If you use Homura for the first time, then you need open it via the commandline first."
3
  message: <<EOM
4
Homura was created for the gui usage in the first place, the gui can be opened via the commandline by typing Homura but also via a shortcut (if you have Homura allowed to create one).
5
6
For terminal fans there are also some fast commands:
7
8
Examples:
9
10
    To install something use: Homura Install Steam
11
    To launch something use: Homura Launch Steam
12
    To uninstall something use: Homura Uninstall Steam
13
14
To see what applications are currently working take a look at: 
15
https://github.com/the-homura-project/homura/wiki/Status
16
17
Enjoy playing!
18
EOM
4
}
19
}
5
]
20
]

Return to bug 247635