-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
29772e6
commit ba5fd01
Showing
25 changed files
with
55 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
# Maintainer: Marcin (CTRL) Wieczorek <marcin@marcin.co> | ||
# Contributor: Simon (vodik) Gomizelj <simongmzlj@gmail.com> | ||
# Contributor: Eduardo Leggiero <https://www.leggiero.uk/> | ||
# Contributor: jyantis <yantis@yantis.net> | ||
# Contributor: jcsiv <siviter dot jamie at gmx dot co dot uk> | ||
# Contributor: ThinCarrotShrimp <christoph.r.martin+arch at gmail dot com> | ||
|
||
pkgname=oh-my-zsh-git | ||
pkgver=r7279.677f5010d | ||
pkgrel=1 | ||
pkgdesc="A community-driven framework for managing your zsh configuration. Includes 180+ optional plugins and over 120 themes to spice up your morning, and an auto-update tool so that makes it easy to keep up with the latest updates from the community" | ||
arch=('any') | ||
url='https://github.com/ohmyzsh/ohmyzsh' | ||
license=('MIT') | ||
depends=('zsh') | ||
makedepends=('git') | ||
optdepends=('ruby: for some plugin functionality' | ||
'python: for some plugin functionality' | ||
'oh-my-zsh-powerline-theme-git: great theme' | ||
'bullet-train-oh-my-zsh-theme-git: better powerline theme' | ||
'git: most themes use git (highly recommended but still optional)') | ||
install=${pkgname}.install | ||
source=("${pkgname}::git+https://github.com/ohmyzsh/ohmyzsh.git" | ||
'0001-zshrc.patch') | ||
sha256sums=('SKIP' | ||
'83a3733eb5408e9ff7d87c68659c8a2c481e3c5e607ce04c071ab638a1f7e9f3') | ||
# conflicts=('grml-zsh-config' | ||
# 'grml-zsh-config-git') | ||
|
||
pkgver() { | ||
cd ${pkgname} | ||
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" | ||
} | ||
|
||
prepare() { | ||
cd "${srcdir}/${pkgname}" | ||
cp "templates/zshrc.zsh-template" "zshrc" | ||
patch -p1 < "${srcdir}/0001-zshrc.patch" | ||
} | ||
|
||
package() { | ||
cd "${srcdir}/${pkgname}" | ||
|
||
mkdir -p "${pkgdir}/usr/share/oh-my-zsh" | ||
install -D -m644 "LICENSE.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" | ||
cp -r * "${pkgdir}/usr/share/oh-my-zsh/" | ||
} | ||
|
||
# vim:set ts=2 sw=2 et: |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
-57 Bytes
(100%)
x86_64/kpmcore-git-24.11.70.r1569.a013ebd-1-x86_64.pkg.tar.zst
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.