diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/package.yml @@ -0,0 +1,18 @@ +name : ddgr +version : 1.4 +release : 1 +source : + - https://github.com/jarun/ddgr/archive/v1.4.tar.gz : 045063b4d7262992a7ea3cd9fe9715a199318828de82073f54c42631d3ef41b7 +license : GPL-3.0-or-later +component : network.clients +summary : DuckDuckGo from the terminal +description: | + ddgr is a cmdline utility to search DuckDuckGo from the terminal. +rundeps : + - python3 +install : | + PREFIX=/usr %make_install + + install -Dm00644 $workdir/auto-completion/bash/ddgr-completion.bash $installdir/usr/share/bash-completion/completions/ddgr + install -Dm00644 $workdir/auto-completion/fish/ddgr.fish $installdir/usr/share/fish/vendor_completions.d/ddgr.fish + install -Dm00644 $workdir/auto-completion/zsh/_ddgr $installdir/usr/share/zsh/site-functions/_ddgr diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,39 @@ + + + ddgr + + Longwu Ou + xulongwu4@gmail.com + + GPL-3.0-or-later + network.clients + DuckDuckGo from the terminal + ddgr is a cmdline utility to search DuckDuckGo from the terminal. + + https://solus-project.com/sources/README.Solus + + + ddgr + DuckDuckGo from the terminal + ddgr is a cmdline utility to search DuckDuckGo from the terminal. + + network.clients + + /usr/bin/ddgr + /usr/share/bash-completion/completions/ddgr + /usr/share/doc/ddgr/README.md + /usr/share/fish/vendor_completions.d/ddgr.fish + /usr/share/man/man1/ddgr.1.gz + /usr/share/zsh/site-functions/_ddgr + + + + + 2018-08-19 + 1.4 + Packaging update + Longwu Ou + xulongwu4@gmail.com + + + \ No newline at end of file