# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # distinfo # files # Makefile # pkg-descr # echo x - distinfo sed 's/^X//' >distinfo << '57677d168a5ec21bdf22c9501f075a8f' XTIMESTAMP = 1546877661 XSHA256 (carnager-rofi-pass-2.0.1_GH0.tar.gz) = 82256730aa4ab6f0b3082eaa8410a93c284ca9fc1e0151de92d9dd703d850439 XSIZE (carnager-rofi-pass-2.0.1_GH0.tar.gz) = 58660 57677d168a5ec21bdf22c9501f075a8f echo c - files mkdir -p files > /dev/null 2>&1 echo x - Makefile sed 's/^X//' >Makefile << 'b67911656ef5d18c4ae36cb6741b7965' X# $FreeBSD$ X XPORTNAME= rofi-pass XDISTVERSION= 2.0.1 XCATEGORIES= x11 X XMAINTAINER= alex@xanderio.de XCOMMENT= Rofi frontend for pass X XLICENSE= GPLv3+ XLICENSE_FILE= ${WRKSRC}/LICENSE X XRUN_DEPENDS= bash:shells/bash \ X pass:sysutils/password-store \ X rofi:x11/rofi \ X xdotool:x11/xdotool \ X gawk:lang/gawk \ X ${PREFIX}/bin/grep:textproc/gnugrep \ X pwgen:sysutils/pwgen X XUSE_GITHUB= yes XGH_ACCOUNT= carnager X XPLIST_FILES= bin/rofi-pass \ X bin/addpass \ X share/doc/rofi-pass/config.example \ X share/doc/rofi-pass/README.md \ X etc/rofi-pass.conf X Xdo-build: ; X Xdo-install: X @${MKDIR} ${STAGEDIR} X ${INSTALL_SCRIPT} ${WRKSRC}/rofi-pass ${STAGEDIR}/${PREFIX}/bin/ X ${INSTALL_SCRIPT} ${WRKSRC}/addpass ${STAGEDIR}/${PREFIX}/bin/ X @${MKDIR} ${STAGEDIR}/${PREFIX}/share/doc/rofi-pass/ X ${INSTALL_MAN} ${WRKSRC}/config.example ${STAGEDIR}/${PREFIX}/share/doc/rofi-pass/ X ${INSTALL_MAN} ${WRKSRC}/README.md ${STAGEDIR}/${PREFIX}/share/doc/rofi-pass/ X ${INSTALL_DATA} ${WRKSRC}/config.example ${STAGEDIR}/${PREFIX}/etc/rofi-pass.conf X X.include b67911656ef5d18c4ae36cb6741b7965 echo x - pkg-descr sed 's/^X//' >pkg-descr << '7f9555c3c1089940396b503dd37f3979' XA bash script to handle Simple Password Store in a convenient way using rofi. X XWWW: https://github.com/carnager/rofi-pass 7f9555c3c1089940396b503dd37f3979 exit