Code & Deploy
Code
Models
Repos
Sign in
@matheusbsbs
/
matheus-bagliano
matheus-bagliano
/
contrib
/
credential
/
libsecret
/
meson.build
Code
Commits
Pulls
CI/CD
81,295
bisect
bisect
jch
maint
master
next
seen
test
todo
build
9 lines
235 Bytes
Copy permalink
Copy
Raw
1
executable
(
'git-credential-libsecret'
,
2
sources
:
'git-credential-libsecret.c'
,
3
dependencies
:
[
4
dependency
(
'glib-2.0'
),
5
dependency
(
'libsecret-1'
),
6
],
7
install
:
true
,
8
install_dir
:
get_option
(
'libexecdir'
)
/
'git-core'
,
9
)