Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adélie Linux
Adélie Package Tree
Commits
df5fcf4c
Commit
df5fcf4c
authored
6 years ago
by
Síle Ekaterin Liszka
Browse files
Options
Downloads
Patches
Plain Diff
user/catfish: new package
parent
46509ce0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
user/catfish/APKBUILD
+30
-0
30 additions, 0 deletions
user/catfish/APKBUILD
with
30 additions
and
0 deletions
user/catfish/APKBUILD
0 → 100644
+
30
−
0
View file @
df5fcf4c
# Contributor: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
# Maintainer: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
pkgname
=
catfish
pkgver
=
1.4.6
pkgrel
=
0
pkgdesc
=
"File-searching application for the XFCE desktop environment"
url
=
"https://xfce.org"
arch
=
"noarch"
license
=
"GPL-2.0-only"
depends
=
"python3 py3-pygobject py3-pexpect"
makedepends
=
"py3-distutils-extra intltool"
subpackages
=
"
$pkgname
-doc
$pkgname
-lang"
source
=
"http://archive.xfce.org/src/apps/catfish/1.4/catfish-
$pkgver
.tar.bz2"
sha512sums
=
"1c50375a9b36554123327a138c50de47abbbfd2fb334b91773312e9001e4bbc936550c2b23ad658b29fe9f1537d59997513b01bf4e2c31ce0286f5650776f8f7 catfish-1.4.6.tar.bz2"
build
()
{
cd
"
$builddir
"
python3 setup.py build
}
check
()
{
cd
"
$builddir
"
python3 setup.py check
}
package
()
{
cd
"
$builddir
"
python3 setup.py
install
--prefix
=
/usr
--root
=
"
$pkgdir
"
}
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