Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
pokemon-colorscripts
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
Show more breadcrumbs
Phoney badger
pokemon-colorscripts
Commits
f8cd5e34
Commit
f8cd5e34
authored
3 years ago
by
Yann Jorelle
Browse files
Options
Downloads
Patches
Plain Diff
Fix PKGBUILD
Resolves
#7
parent
772abe9e
No related branches found
Branches containing commit
No related tags found
1 merge request
!6
Fix PKGBUILD
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
PKGBUILD
+5
-3
5 additions, 3 deletions
PKGBUILD
with
5 additions
and
3 deletions
PKGBUILD
+
5
−
3
View file @
f8cd5e34
# Maintainer: Phoney Badger <badgerphoney at gmail dot com>
pkgname
=
pokemon-colorscripts-git
_pkgname
=
pokemon-colorscripts
pkgver
=
r
54.356ccaa
pkgver
=
r
81.772abe9
pkgrel
=
1
pkgdesc
=
"CLI utility that prints unicode sprites of pokemon to the terminal"
arch
=(
'any'
)
...
...
@@ -21,9 +21,11 @@ package() {
cd
"
$_pkgname
"
# Creating necessary directories and copying files
rm
-rf
"
$pkgdir
/usr/local/opt/
$_pkgname
"
mkdir
-p
"
$pkgdir
/usr/local/opt/
$_pkgname
/colorscripts"
mkdir
-p
"
$pkgdir
/usr/local/opt/
$_pkgname
/colorscripts/regular"
mkdir
-p
"
$pkgdir
/usr/local/opt/
$_pkgname
/colorscripts/shiny"
mkdir
-p
"
$pkgdir
/usr/local/bin"
install
-Dm644
colorscripts/
*
-t
"
$pkgdir
/usr/local/opt/
$_pkgname
/colorscripts"
install
-Dm644
colorscripts/regular/
*
-t
"
$pkgdir
/usr/local/opt/
$_pkgname
/colorscripts/regular"
install
-Dm644
colorscripts/shiny/
*
-t
"
$pkgdir
/usr/local/opt/
$_pkgname
/colorscripts/shiny"
install
-Dm644
nameslist.txt
"
$pkgdir
/usr/local/opt/
$_pkgname
/nameslist.txt"
install
-Dm755
pokemon-colorscripts.sh
"
$pkgdir
/usr/local/opt/
$_pkgname
/pokemon-colorscripts.sh"
install
-Dm644
LICENSE.txt
"
$pkgdir
/usr/share/licenses/
$_pkgname
/LICENSE"
...
...
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