Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sebastian Weiß
c2tool-aur
Commits
846b6981
Commit
846b6981
authored
Mar 07, 2021
by
Sebastian Weiß
💬
Browse files
initial commit
parents
Changes
2
Hide whitespace changes
Inline
Side-by-side
.SRCINFO
0 → 100644
View file @
846b6981
pkgbase = c2tool
pkgdesc = Silabs C2 programming interface
pkgver = e2729c7
pkgrel = 1
url = https://git.loetlabor-jena.de/yc/c2tool
arch = any
license = GPL
depends = libgpiod
provides = c2tool
source = c2tool::git+https://git.loetlabor-jena.de/yc/c2tool.git
sha256sums = SKIP
pkgname = c2tool
PKGBUILD
0 → 100644
View file @
846b6981
# Maintainer: Sebastian Weiss <dl3yc at darc dot de>
pkgname
=
c2tool
pkgver
=
e2729c7
pkgrel
=
1
pkgdesc
=
"Silabs C2 programming interface"
arch
=(
'any'
)
url
=
"https://git.loetlabor-jena.de/yc/c2tool"
license
=(
'GPL'
)
depends
=(
'libgpiod'
)
provides
=(
'c2tool'
)
source
=(
'c2tool::git+https://git.loetlabor-jena.de/yc/c2tool.git'
)
sha256sums
=(
'SKIP'
)
pkgver
()
{
cd
c2tool
git describe
--always
--tags
--long
|
sed
-E
's/^v//;s/([^-]*-g)/r\1/;s/-/./g'
}
build
()
{
cd
c2tool
make
}
package
()
{
cd
c2tool
make
DESTDIR
=
"
$pkgdir
/"
PREFIX
=
"/usr"
install
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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