Package Details: mimi-git r117.ca08c8d-1

Git Clone URL: https://aur.archlinux.org/mimi-git.git (read-only, click to copy)
Package Base: mimi-git
Description: Mantained fork of mimi, a minimal and lightweight xdg-open drop-in replacement most suitable for Window Manager users.
Upstream URL: https://github.com/BachoSeven/mimi
Licenses: MIT
Conflicts: xdg-utils
Provides: xdg-utils
Submitter: taylorchu
Maintainer: BachoSeven
Last Packager: BachoSeven
Votes: 11
Popularity: 0.000000
First Submitted: 2013-04-03 04:51 (UTC)
Last Updated: 2022-09-21 19:22 (UTC)

Required by (844)

Sources (1)

Latest Comments

1 2 Next › Last »

vaygr commented on 2022-08-21 05:25 (UTC)

Also adding installation of the license would be nice.

micwoj92 commented on 2022-07-25 12:22 (UTC)

Please change download to git+https since github no longer permits using git:// protocol to download.

<deleted-account> commented on 2018-05-15 18:46 (UTC)

A check is performed before using dmenu or its utility stest, so please make it an optional dependency

<deleted-account> commented on 2018-05-15 18:07 (UTC)

Please also make the dmenu dependency optional, since its availability is checked in the script

Larivact commented on 2018-04-25 13:18 (UTC)

Should depend on grep, awk and file.

aecepoglu commented on 2013-04-07 21:19 (UTC)

#Got it working like this. Removed 'source' variable. _gitroot=("git://github.com/taylorchu") _gitrepo=("mimi") build() { git clone "${_gitroot}/${_gitrepo}" cd "$srcdir/${_gitrepo}" } package() { cd "$srcdir/$_gitrepo" make PREFIX=/usr DESTDIR="$pkgdir" install }

aecepoglu commented on 2013-04-07 21:12 (UTC)

Shouldn't we handle git urls in the build() section until pacman 4.1 releases?

teateawhy commented on 2013-04-02 22:59 (UTC)

What happened to the latest PKGBUILD ?