Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
Obarun Install Themes
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eric Vidal
Obarun Install Themes
Commits
ca8f836e
Commit
ca8f836e
authored
7 years ago
by
Eric Vidal
Browse files
Options
Downloads
Patches
Plain Diff
PKGBUID : pass under ISC license
parent
16cf1c63
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
PKGBUILD
+11
-1
11 additions, 1 deletion
PKGBUILD
with
11 additions
and
1 deletion
PKGBUILD
+
11
−
1
View file @
ca8f836e
# Copyright (c) 2015-2017 Eric Vidal <eric@obarun.org>
# All rights reserved.
#
# This file is part of Obarun. It is subject to the license terms in
# the LICENSE file found in the top-level directory of this
# distribution and at https://github.com/Obarun/obarun-install-themes/LICENSE
# This file may not be copied, modified, propagated, or distributed
# except according to the terms contained in the LICENSE file.
#
# Maintainer: Obarun-install-themes templates <eric@obarun.org>
# DO NOT EDIT this PKGBUILD if you don't know what you do
...
...
@@ -7,7 +16,7 @@ pkgrel=1
pkgdesc
=
"Templates for automatic installation by obarun-install"
arch
=(
x86_64
)
url
=
"file:///var/lib/obarun/
$pkgname
/update_package/
$pkgname
"
license
=(
BEERWARE
)
license
=(
ISC
)
depends
=(
obarun-install
)
#install=
source
=(
"
$pkgname
::git+file:///var/lib/obarun/
$pkgname
/update_package/
$pkgname
"
)
...
...
@@ -20,6 +29,7 @@ pkgver() {
read
"
$rev
-parse"
<<<
"
$git_version
"
printf
'%s'
"
$git_version
"
fi
#git describe --tags | sed -e 's/_/\./g;s/-/+/g;s/^v//'
}
package
()
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment