23 lines
		
	
	
		
			506 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
		
		
			
		
	
	
			23 lines
		
	
	
		
			506 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| 
								 | 
							
								# Maintainer: Jack L. Frost <fbt@fleshless.org>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								pkgname='zfh-tools'
							 | 
						||
| 
								 | 
							
								pkgver='1.3'
							 | 
						||
| 
								 | 
							
								pkgrel='1'
							 | 
						||
| 
								 | 
							
								pkgdesc='A set of tools for zfh.so'
							 | 
						||
| 
								 | 
							
								url='https://git.fleshless.org/zfh-tools'
							 | 
						||
| 
								 | 
							
								arch=( 'any' )
							 | 
						||
| 
								 | 
							
								license=( 'ISC' )
							 | 
						||
| 
								 | 
							
								depends=( 'bash' )
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								source=( "https://git.fleshless.org/zfh-tools/snapshot/zfh-tools-${pkgver}.tar.gz" )
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								package() {
							 | 
						||
| 
								 | 
							
									cd "${pkgname}-${pkgver}"
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
									install -Dm755 sup "$pkgdir/usr/bin/sup"
							 | 
						||
| 
								 | 
							
									install -Dm755 supd "$pkgdir/usr/bin/supd"
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								# vim: noet 
							 | 
						||
| 
								 | 
							
								sha1sums=('b62233241b47417f54e23f404f770405de03b337')
							 |