Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bbguimaraes
dotfiles
Commits
d4f48475
Commit
d4f48475
authored
Jun 15, 2022
by
bbguimaraes
Browse files
arch: doxygen-lua
parent
aab0f973
Changes
1
Hide whitespace changes
Inline
Side-by-side
arch/doxygen-lua/PKGBUILD
0 → 100644
View file @
d4f48475
pkgname
=
doxygen-lua
pkgver
=
v0.04
pkgrel
=
1
arch
=(
any
)
depends
=(
perl
)
url
=
https://github.com/alecchen/doxygen-lua.git
makedepends
=(
'git'
'perl-module-install'
)
source
=(
"git+https://github.com/alecchen/doxygen-lua.git#tag=
$pkgver
"
)
md5sums
=(
'SKIP'
)
build
()
{
cd
"
$srcdir
/
$pkgname
"
perl Makefile.PL
make
}
check
()
{
cd
"
$srcdir
/
$pkgname
"
make
test
}
package
()
{
cd
"
$srcdir
/
$pkgname
"
make
install
INSTALLDIRS
=
vendor
DESTDIR
=
"
$pkgdir
"
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment